scripts fix execbit

This commit is contained in:
da 2017-08-29 00:37:48 +02:00
parent 9eff6384cc
commit 8644672296
3 changed files with 1 additions and 2 deletions

View File

@ -15,10 +15,9 @@ matrix:
env:
- HOMEBREW_CACHE=$HOME/brew-cache
before_install:
- chmod +x ./.travis/travis_install.sh ./.travis/travis_build.sh ./test/testrunner.sh ./.travis/travis_deploy.sh
- ./.travis/travis_install.sh
script:
- ./.travis/travis_build.sh
- ./test/testrunner.sh
after_success:
- ./.travis/travis_deploy.sh
- ./.travis/travis_deploy.sh

0
.travis/travis_deploy.sh Normal file → Executable file
View File

0
test/testrunner.sh Normal file → Executable file
View File