Fix the travis script

This commit is contained in:
Maschell 2018-08-01 21:06:25 +02:00
parent b824dde41d
commit 6b3fb5fe27

View File

@ -37,6 +37,7 @@ script:
../ ../
- make - make
before_deploy: before_deploy:
- cd $TRAVIS_BUILD_DIR/
- commit="$(git rev-parse --short=7 HEAD)" - commit="$(git rev-parse --short=7 HEAD)"
- mkdir -p deploy - mkdir -p deploy
- mkdir -p deploy/lib - mkdir -p deploy/lib