Skip to content

Commit

Permalink
Add Travis YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jul 20, 2017
1 parent 29b85fe commit 0dac210
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: scala

jdk: oraclejdk8

script: sbt test

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

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

0 comments on commit 0dac210

Please sign in to comment.