Skip to content

Commit d208827

Browse files
committed
Travis CI
1 parent 28e9bb7 commit d208827

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 update compile test
4+
scala:
5+
- 2.11.0-M7
6+
jdk:
7+
- oraclejdk7
8+
notifications:
9+
email:
10+
- dotty-reports@googlegroups.com
11+
branches:
12+
only:
13+
- master

0 commit comments

Comments
 (0)