Skip to content

Commit 2f30036

Browse files
David LiDavid Li
authored andcommitted
Fix travis script
1 parent 5fa39cb commit 2f30036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
1313
cp ./halite ../artifacts/Halite-MacOS-$(date +%Y%m%d%H%M%S)-$(git rev-parse HEAD)
1414
popd
1515

16-
cd ../../
16+
cd ../
1717
ls artifacts
1818
else
1919
docker exec build /bin/bash -c "which $CCOMPILE"

0 commit comments

Comments
 (0)