Skip to content

Commit

Permalink
Merge pull request #125 from jslee02/hide_coveralls_token
Browse files Browse the repository at this point in the history
Hide coveralls repository token
  • Loading branch information
jslee02 committed Apr 26, 2016
2 parents 90d0124 + 779a413 commit a0802df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ compiler:
- clang

env:
- BUILD_TYPE=Debug COVERALLS=OFF
- BUILD_TYPE=Debug COVERALLS=ON
- BUILD_TYPE=Release COVERALLS=OFF

matrix:
include:
- os: linux
compiler: gcc
env: BUILD_TYPE=Debug COVERALLS=ON COVERALLS_REPO_TOKEN=PheK7dcpQFPXAUG0wTMVTnSVF349jEJGc
exclude:
- os: osx
compiler: gcc
Expand All @@ -46,7 +42,7 @@ script:

# Build
- make -j4
- if [ $COVERALLS = ON ]; then make coveralls; fi
- if [ $COVERALLS = ON ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then make coveralls; fi

# Run unit tests
- make test
Expand Down

0 comments on commit a0802df

Please sign in to comment.