Skip to content

Commit 9d44128

Browse files
committed
back to ordinal travis file
1 parent fc14972 commit 9d44128

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

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

33
env:
44
global:
5-
- PUBLISH_JDK=openjdk7 # admin/build.sh only publishes when running on this jdk
5+
- PUBLISH_JDK=openjdk6 # 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,16 +11,12 @@ env:
1111
script:
1212
- admin/build.sh
1313
scala:
14-
- 2.11.1
15-
14+
- 2.11.0
1615
jdk:
17-
- openjdk7
18-
- oraclejdk7
19-
16+
- openjdk6
2017
notifications:
2118
email:
2219
23-
2420

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

0 commit comments

Comments
 (0)