diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-10 14:17:09 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-10 14:17:09 +0200 |
commit | 6e6d7c1159608c7e068f60aafca945473829bf68 (patch) | |
tree | bd04dc10ceb576c04f4832a1eea50df8cb24b6d1 /.travis.yml | |
parent | Make scripts executable (diff) | |
download | cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar.gz cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar.bz2 cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar.lz cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar.xz cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.tar.zst cuberite-6e6d7c1159608c7e068f60aafca945473829bf68.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0da5487f7..b7dc01d9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - - if [$TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]; then sudo pip install cpp_coveralls; fi + - if [ $TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE" ]; then sudo pip install cpp_coveralls; fi # Build MCServer script: ./CIbuild.sh |