Skip to content

Commit

Permalink
turning off sbt coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Policarpio committed Apr 2, 2017
1 parent cd9001b commit 3d0ae9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ language: scala

scala:
- 2.11.8
- 2.12.1

jdk:
- oraclejdk8

script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
- sbt ++$TRAVIS_SCALA_VERSION clean test

0 comments on commit 3d0ae9d

Please sign in to comment.