Skip to content

Commit b882f6b

Browse files
committed
restored travis changes
1 parent 59880b9 commit b882f6b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22

33
env:
44
global:
5-
- PUBLISH_JDK=openjdk6 # admin/build.sh only publishes when running on this jdk
5+
- PUBLISH_JDK=openjdk7 # admin/build.sh only publishes when running on this jdk
66
# Don't commit sensitive files, instead commit a version encrypted with $SECRET,
77
# this environment variable is encrypted with this repo's private key and stored below:
88
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
@@ -11,12 +11,15 @@ env:
1111
script:
1212
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
1313
scala:
14-
- 2.11.0
14+
- 2.11.1
1515
jdk:
16-
- openjdk6
16+
- openjdk7
17+
- oraclejdk7
18+
1719
notifications:
1820
email:
1921
22+
2023

2124
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
2225
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'

0 commit comments

Comments
 (0)