Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Use correct jdk and scala versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vikraman committed Dec 21, 2016
1 parent 9b209c7 commit 20bddc7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
dist: trusty
sudo: true
scala:
- "2.11.7"
jdk:
- oraclejdk7
- oraclejdk8
- openjdk8
- "2.11.8"
- "2.12.1"
before_script:
- jdk_switcher use ${JDK}
- sh src/test/resources/setup_travis.sh
before_install:
- cat /etc/hosts
env:
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib JDK=oraclejdk7
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib JDK=oraclejdk8
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib JDK=openjdk8
addons:
#workaround for openjdk buffer overflow
hostname: dummy
hostname: dummy
matrix:
exclude:
- scala: 2.12.1
env: JDK=oraclejdk7

0 comments on commit 20bddc7

Please sign in to comment.