Skip to content

Commit

Permalink
removing some tests from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 5, 2017
1 parent 2bdcd8b commit 0bd4486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
before_script:
- mkdir -p build
script:
- "[ ${COVERITY_SCAN_BRANCH} == 1 ] || (cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make && make test"
- "[ ${COVERITY_SCAN_BRANCH} == 1 ] || (cd $TRAVIS_BUILD_DIR/build && cmake .. -DBUILD_STATIC_LIBRARY=ON -DBUILD_TESTS=ON && make && make test)"
###

addons:
Expand Down

0 comments on commit 0bd4486

Please sign in to comment.