summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-16 15:56:50 +0100
committerMattes D <github@xoft.cz>2014-02-16 15:56:50 +0100
commit2a78ecf97efb925afd53071f0d887a69df000ade (patch)
treede1dbd50090f4835c5e80cd8bf0a33c9e7087782 /.travis.yml
parentMerge pull request #686 from Howaner/GlobalFixes (diff)
parentFixed comment (diff)
downloadcuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar.gz
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar.bz2
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar.lz
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar.xz
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.tar.zst
cuberite-2a78ecf97efb925afd53071f0d887a69df000ade.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 38dd2f280..c6537cf47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Build MCServer
-script: cmake . -DCMAKE_BUILD_TYPE=RELEASE -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | ./MCServer)
+script: cmake . -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | ./MCServer)
# Notification Settings
notifications: