diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-10 19:07:50 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-10 19:07:50 +0200 |
commit | 009f749962cca2e8914d60b29d971923af9c0226 (patch) | |
tree | a0980cef8755fb146e3b75c404f2f9a46cadde62 /.travis.yml | |
parent | Fixed stupid error (diff) | |
download | cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar.gz cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar.bz2 cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar.lz cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar.xz cuberite-009f749962cca2e8914d60b29d971923af9c0226.tar.zst cuberite-009f749962cca2e8914d60b29d971923af9c0226.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 73d7eb557..5260cfd17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ env: matrix: include: - compiler: gcc - env: TRAVIS_MCSERVER_BUILD_TYPE=COVERAGE MCSERVER_PATH=./MCServer_debug + env: TRAVIS_MCSERVER_BUILD_TYPE=COVERAGE MCSERVER_PATH=./MCServer # Notification Settings notifications: |