diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-10 14:09:47 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-10 14:09:47 +0200 |
commit | 604ed439a8a67f16f8af75a31630b2c5b3ece7f1 (patch) | |
tree | 9e4fc1171f0747c757d96b7649153c963ce47807 /.travis.yml | |
parent | Merge branch 'master' into chunksparsing/structs (diff) | |
download | cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar.gz cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar.bz2 cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar.lz cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar.xz cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.tar.zst cuberite-604ed439a8a67f16f8af75a31630b2c5b3ece7f1.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 3bf2acc43..1adc0c8ef 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 |