Skip to content

Commit 279b3ca

Browse files
committed
Allow cpplint to fail on Travis.
This is more preferrable than using ``|| true``.
1 parent 5d1f301 commit 279b3ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ matrix:
8686
script: scripts/travis_lint.sh
8787
before_cache:
8888

89+
allow_failures:
90+
- env: NAME="CPP-LINT"
91+
install:
92+
script: scripts/travis_lint.sh
93+
before_cache:
94+
8995
install:
9096
- COMMAND="make -C src minisat2-download" &&
9197
eval ${PRE_COMMAND} ${COMMAND}

0 commit comments

Comments
 (0)