Skip to content

Commit 654054b

Browse files
committed
Merge pull request #163 from migmruiz/containerized-Travis-build-system
Uses new containerized Travis build system
2 parents 424afa3 + 25ff5dd commit 654054b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ after_script:
99

1010
scala:
1111
- "2.10.6"
12+
13+
sudo: false
14+
before_cache:
15+
- find $HOME/.sbt -name "*.lock" | xargs rm
16+
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
17+
cache:
18+
directories:
19+
- $HOME/.sbt/boot
20+
- $HOME/.ivy2/cache

0 commit comments

Comments
 (0)