Skip to content

Commit

Permalink
Fixed some cruft in the Travis CI config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Jun 30, 2014
1 parent 2de98d9 commit 8540868
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ compiler:
- clang
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE . && make
env:
global:
- JSONCPP_CONTINUOUS_INTERATION=1
matrix:
- SHARED_LIBRARY=ON BUILD_TYPE=release VERBOSE_MAKE=false
- SHARED_LIBRARY=OFF BUILD_TYPE=release VERBOSE_MAKE=false
- SHARED_LIBRARY=OFF BUILD_TYPE=debug VERBOSE VERBOSE_MAKE=true
notifications:
recipients:
- [email protected]
email:
on_success: change
on_failure: always
- [email protected]

0 comments on commit 8540868

Please sign in to comment.