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 ffa76c8 commit 30dd42bCopy full SHA for 30dd42b
.travis.yml
@@ -1,13 +1,11 @@
1
-language: scala
+version: ~> 1.0 # needed for imports
2
+import: scala/scala-dev:travis/default.yml
3
-# These directories are cached to S3 at the end of the build
4
-cache:
5
- directories:
6
- - $HOME/.ivy2/cache
7
- - $HOME/.sbt/boot/
+language: scala
8
9
-jdk:
10
- - openjdk8
+env:
+ - ADOPTOPENJDK=8
+ - ADOPTOPENJDK=11
11
12
script:
13
## This runs the template with the default parameters, and runs test within the templated app.
@@ -16,7 +14,3 @@ script:
16
14
- pushd target/sbt-test/dotty-template/scripted
17
15
- sbt run test
18
- popd
19
-
20
- # Tricks to avoid unnecessary cache updates
21
- - find $HOME/.sbt -name "*.lock" | xargs rm
22
- - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
0 commit comments