diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:08:54 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:08:54 +0100 |
commit | 3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4 (patch) | |
tree | f6675b692a8acac2a1de853a2df67f3ee8b6c0a1 /.travis.yml | |
parent | You could now only get fish from non-source blocks. Fixed it. (diff) | |
parent | fixed lua dynamic library (diff) | |
download | cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.gz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.bz2 cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.lz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.xz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.zst cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.zip |
Diffstat (limited to '.travis.yml')
-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: |