Skip to content

Commit 55cdd4d

Browse files
author
Bytekeeper
committed
Moved file check to correct location.
1 parent 85e8cb5 commit 55cdd4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ before_script:
1515
- pushd sc-docker
1616
- python3 setup.py bdist_wheel
1717
- pip3 install dist/scbw*.whl
18-
- mkdir -p /tmp/sc-docker
1918
- if [ -e /tmp/sc-docker/starcraft.zip ]; then cp /tmp/sc-docker/starcraft.zip scbw/local_docker; fi
2019
- cd docker
2120
- ./build_images.sh
2221
- popd
23-
- if [ ! -e /tmp/sc-docker/starcraft.zip ]; then cp scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip; fi
22+
- if [ ! -e /tmp/sc-docker/starcraft.zip ]; then cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip; fi
2423
- scbw.play --install
2524
script:
2625
- sh mvnw clean install

0 commit comments

Comments
 (0)