1
0
Fork 0

Fixed paths

This commit is contained in:
Tycho 2014-05-10 13:12:01 +01:00
parent 604ed439a8
commit b66b1e5b10
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ before_install:
- if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]; then sudo pip install cpp_coveralls; fi
# Build MCServer
script: CIbuild.sh
script: ./CIbuild.sh
after_success:
- uploadCoverage.sh
- ./uploadCoverage.sh
env:
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer