Skip to content

Commit

Permalink
Merge pull request #3 from SethTisue/add-travis
Browse files Browse the repository at this point in the history
add Travis-CI config
  • Loading branch information
non authored Apr 25, 2019
2 parents e6112f0 + f780218 commit 3278f23
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: scala

jdk:
- oraclejdk8
- openjdk11

scala:
- 2.11.12
- 2.12.8
- 2.13.0-M5

script:
- sbt ++$TRAVIS_SCALA_VERSION! test

cache:
directories:
- $HOME/.ivy2
- $HOME/.sbt/boot
- $HOME/.sbt/launchers

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

0 comments on commit 3278f23

Please sign in to comment.