diff options
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 229f55ebf..a41c10b84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ compiler: - gcc - clang # Build MCServer -script: make release=1 -j 2 +script: cmake . -DCMAKE_BUILD_TYPE=RELEASE && make -j 2 # Notification Settings notifications: |