Skip to content

Commit

Permalink
Should disable coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed May 17, 2015
1 parent 54b69d0 commit a22f079
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: cpp
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

# g++4.8
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand All @@ -21,17 +21,17 @@ install:
# Build MCServer
script: ./CIbuild.sh

after_success:
- ./uploadCoverage.sh
#after_success:
# - ./uploadCoverage.sh

env:
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
- TRAVIS_MCSERVER_BUILD_TYPE=DEBUG MCSERVER_PATH=./MCServer_debug

matrix:
include:
- compiler: gcc
env: TRAVIS_MCSERVER_BUILD_TYPE=COVERAGE MCSERVER_PATH=./MCServer
#matrix:
# include:
# - compiler: gcc
# env: TRAVIS_MCSERVER_BUILD_TYPE=COVERAGE MCSERVER_PATH=./MCServer

# Notification Settings
notifications:
Expand Down

0 comments on commit a22f079

Please sign in to comment.