Skip to content

Commit

Permalink
Add travis & upgrade sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ScalaWilliam committed Jun 5, 2016
1 parent 7c48e26 commit 40ba858
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: scala
scala:
- 2.11.8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
- sbt test
jdk:
- oraclejdk8

2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.9
sbt.version=0.13.11

0 comments on commit 40ba858

Please sign in to comment.