travis: fix path of travis-build.sh

This commit is contained in:
Hugues Delorme 2017-01-04 12:38:22 +01:00
parent 6dc41dc62b
commit 998e901870

View File

@ -37,5 +37,5 @@ matrix:
env: TRAVIS_BUILD_TYPE=Release
script:
- chmod +x travis-build.sh
- ./travis-build.sh
- chmod +x scripts/travis-build.sh
- ./scripts/travis-build.sh