Skip to content

Commit 8540868

Browse files
committed
Fixed some cruft in the Travis CI config file.
1 parent 2de98d9 commit 8540868

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ compiler:
99
- clang
1010
script: cmake -DJSONCPP_LIB_BUILD_SHARED=$SHARED_LIBRARY -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE=$VERBOSE_MAKE . && make
1111
env:
12-
global:
13-
- JSONCPP_CONTINUOUS_INTERATION=1
1412
matrix:
1513
- SHARED_LIBRARY=ON BUILD_TYPE=release VERBOSE_MAKE=false
1614
- SHARED_LIBRARY=OFF BUILD_TYPE=release VERBOSE_MAKE=false
1715
- SHARED_LIBRARY=OFF BUILD_TYPE=debug VERBOSE VERBOSE_MAKE=true
1816
notifications:
19-
recipients:
20-
- aaronjjacobs@gmail.com
2117
email:
22-
on_success: change
23-
on_failure: always
18+
- aaronjjacobs@gmail.com

0 commit comments

Comments
 (0)