Skip to content

Commit 166019e

Browse files
committed
Enable Travis CI
1 parent 490238d commit 166019e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: scala
2+
script:
3+
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
4+
scala:
5+
- 2.10.3
6+
- 2.11.0-M6
7+
jdk:
8+
- oraclejdk6
9+
- openjdk7
10+
notifications:
11+
email:
12+
13+

0 commit comments

Comments
 (0)