Skip to content

Commit

Permalink
Setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Oct 14, 2019
1 parent 753371f commit 6123529
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 @@
dist: xenial
language: scala

scala:
- 2.13.1

jdk:
- openjdk11

script:
- sbt ++$TRAVIS_SCALA_VERSION test

before_cache:
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
- find $HOME/.cache/coursier -name "*.lock" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete

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

0 comments on commit 6123529

Please sign in to comment.