Skip to content

Commit

Permalink
Configure Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Dec 6, 2016
1 parent 7d64712 commit ab63858
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
language: scala
jdk: oraclejdk8
scala: 2.10.6

# Build only master and version tags - http://stackoverflow.com/a/31882307/463761
branches:
only:
- master
- /^v[0-9]/

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

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

notifications:
email:
on_success: never

0 comments on commit ab63858

Please sign in to comment.