Skip to content

Commit

Permalink
add travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Feb 23, 2015
1 parent bd05902 commit 5f7b8ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: scala
scala:
- 2.11.5
- 2.10.4
jdk:
- oraclejdk7
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
script:
- sbt ++$TRAVIS_SCALA_VERSION --warn compile doc

0 comments on commit 5f7b8ab

Please sign in to comment.