Skip to content

Commit

Permalink
travis: don't run make test if make failed, just confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Aug 28, 2020
1 parent 65bbe3d commit c016057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ script:
- $CXX --version
- autoreconf -fvi
- ./configure
- make -j4 V=1 VERBOSE=1
- make test
- make -j4 V=1 VERBOSE=1 && make test
notifications:
irc:
channels:
Expand Down

0 comments on commit c016057

Please sign in to comment.