summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-10 14:17:09 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-10 14:17:09 +0200
commit6e6d7c1159608c7e068f60aafca945473829bf68 (patch)
treebd04dc10ceb576c04f4832a1eea50df8cb24b6d1 /.travis.yml
parentMake scripts executable (diff)
downloadcuberite-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 '.travis.yml')
-rw-r--r--.travis.yml2
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