File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
- language : scala
1
+ version : ~> 1.0 # needed for imports
2
+ import : scala/scala-dev:travis/default.yml
2
3
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/
4
+ language : scala
8
5
9
- jdk :
10
- - openjdk8
6
+ env :
7
+ - ADOPTOPENJDK=8
8
+ - ADOPTOPENJDK=11
11
9
12
10
script :
13
11
# # 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
16
- 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
Original file line number Diff line number Diff line change 1
- sbt.version =1.4.7
1
+ sbt.version =1.4.9
Original file line number Diff line number Diff line change 1
- sbt.version =1.4.7
1
+ sbt.version =1.4.9
You can’t perform that action at this time.
0 commit comments