summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-10 14:09:47 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-10 14:09:47 +0200
commit604ed439a8a67f16f8af75a31630b2c5b3ece7f1 (patch)
tree9e4fc1171f0747c757d96b7649153c963ce47807 /.travis.yml
parentMerge branch 'master' into chunksparsing/structs (diff)
downloadcuberite-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 '.travis.yml')
-rw-r--r--.travis.yml2
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