Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 159c2a7

Browse files
committed
update travis conf
1 parent 2af8fab commit 159c2a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: scala
22
scala:
3-
- 2.10.4
4-
before_script:
5-
- cd module-code/
3+
- 2.10.5
4+
- 2.11.6
65
script:
76
- sbt ++$TRAVIS_SCALA_VERSION compile
87
- sbt ++$TRAVIS_SCALA_VERSION test
98
jdk:
109
- oraclejdk8
10+
- oraclejdk7
11+
- openjdk6

0 commit comments

Comments
 (0)