Skip to content

Commit

Permalink
Fail if building/testing failed
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Nov 9, 2019
1 parent 16dfbaf commit 5ef6cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ matrix:
before_install:
- sudo apt-get -y install task
script: |
cargo build
cargo test
cargo build || exit 1
cargo test || exit 1
# prepare taskwarrior, initial setup
yes | task
Expand Down

0 comments on commit 5ef6cfb

Please sign in to comment.