Skip to content

Commit 4805850

Browse files
authored
Attempt to fix Travis build (#54)
* Attempt to fix Travis build Binds Trusty distro version. Obtains OpenJDK 6 according to Travis rules. * Upgrade as close as possible Uses latest Scala in 2.10 and JDK 8.
1 parent 483ba06 commit 4805850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: scala
22
scala:
3-
- 2.10.4
3+
- 2.10.7
44
jdk:
5-
- openjdk6
5+
- openjdk8
66

77
# Fix OpenJDK builds
88
# https://github.com/travis-ci/travis-ci/issues/5227

0 commit comments

Comments
 (0)