We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b63667 commit df68fbfCopy full SHA for df68fbf
.travis.yml
@@ -1,11 +1,20 @@
1
language: scala
2
3
-scala:
4
- - 2.10.6
5
- - 2.11.8
6
-
7
script:
8
- sbt ++$TRAVIS_SCALA_VERSION test
9
10
jdk:
11
- - oraclejdk7
+ - oraclejdk7
+
+scala:
+ - 2.10.6
+ - 2.11.8
12
13
+before_cache:
14
+ - find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm
15
+ - find "$HOME/.ivy2/" -name 'ivydata-*.properties' -print0 | xargs -0 rm
16
17
+cache:
18
+ directories:
19
+ - $HOME/.ivy2/cache
20
+ - $HOME/.sbt
0 commit comments