Skip to content

Commit

Permalink
Make test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ffinfo committed Feb 12, 2018
1 parent dcb91f0 commit cefc5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ scala:
- 2.11.11
script:
- "sbt -batch clean evicted biopetTest coveralls | tee sbt.log"
after_success:
- bash <(curl -s https://codecov.io/bash)
- |
n=`grep -ce "\* com.github.biopet" sbt.log`
if [ "$n" -ne "0" ]; then echo "ERROR: Found conflicting dependencies inside biopet"; exit 1; fi
- "git diff --exit-code || (echo ERROR: Git changes detected, please regenerate the readme, create license headers and run scalafmt with: sbt biopetGenerateReadme headerCreate scalafmt && exit 1)"
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit cefc5c4

Please sign in to comment.