Skip to content

Commit 5ed6a1d

Browse files
committed
Merge pull request #41 from retronym/topic/travis
Enable Travis CI
2 parents e363724 + 166019e commit 5ed6a1d

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)