Skip to content

Commit

Permalink
Adding pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van 't Hof committed Feb 12, 2018
1 parent cefc5c4 commit 24b87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.11.11
script:
- "sbt -batch clean evicted biopetTest coveralls | tee sbt.log"
- "set -o pipefail && sbt -batch clean evicted biopetTest coveralls | tee sbt.log"
- |
n=`grep -ce "\* com.github.biopet" sbt.log`
if [ "$n" -ne "0" ]; then echo "ERROR: Found conflicting dependencies inside biopet"; exit 1; fi
Expand Down

0 comments on commit 24b87bb

Please sign in to comment.