Skip to content

Commit b24c4bc

Browse files
authored
1 parent 132a1b7 commit b24c4bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1+
# Use container-based infrastructure
2+
sudo: false
3+
14
language: scala
25
scala:
36
- 2.11.12
47
- 2.12.4
8+
9+
# These directories are cached to S3 at the end of the build
10+
cache:
11+
directories:
12+
- $HOME/.ivy2/cache
13+
- $HOME/.sbt/boot/
14+
15+
before_cache:
16+
# Tricks to avoid unnecessary cache updates
17+
- find $HOME/.sbt -name "*.lock" | xargs rm
18+
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm

0 commit comments

Comments
 (0)