Skip to content

Commit

Permalink
Merge pull request lagom#5 from dwijnand/travis-ci
Browse files Browse the repository at this point in the history
Add a basic .travis.yml
  • Loading branch information
ignasi35 authored Sep 13, 2018
2 parents 5a451a1 + 45b5528 commit de391f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: false
language: scala
jdk: oraclejdk8
script: sbt test

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

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

notifications:
email:
on_success: never

0 comments on commit de391f9

Please sign in to comment.