We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a716e commit b730658Copy full SHA for b730658
.travis.yml
@@ -11,6 +11,8 @@ cache:
11
- $HOME/.ivy2/cache
12
- $HOME/.sbt/boot
13
14
+# Q: should we use sbt ++$TRAVIS_SCALA_VERSION test?
15
+
16
script:
17
- sbt clean coverage test && sbt coverageAggregate
18
# Tricks to avoid unnecessary cache updates
0 commit comments