Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScalaWilliam authored May 14, 2020
1 parent 6b499e0 commit d5ffc67
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
language: scala

scala:
- 2.11.8
- 2.13.2

jdk:
- oraclejdk11

script:
- sbt test

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
- sbt test
jdk:
- oraclejdk8

before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete

0 comments on commit d5ffc67

Please sign in to comment.