Skip to content

Commit

Permalink
Use oraclejdk8 in travis builds (closes #137)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltysik committed Sep 24, 2018
1 parent 53c8390 commit 40685b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: scala
scala:
- 2.11.12
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
env:
global:
- secure: M/f/K1H0pZS5rgeoQXroFJlz5t2l8UcP+Bogo2jn3drvrqdPB22Z0MzkorH9diBrtykGZmc3X0A8Y9SQob7YaJ+lD0XbSuwzM9TgAKHLg8CpJQffFpE0xUHybcrcdTnC19iiTI3vovr2nQzlYn31F0X0RXMSDyW0zOIDX9kDGuk=
Expand All @@ -18,5 +17,5 @@ deploy:
provider: script
script: ./.travis/deploy.sh $TRAVIS_TAG
on:
condition: '"${TRAVIS_SCALA_VERSION}" == "2.11.12" && "${TRAVIS_JDK_VERSION}" == "oraclejdk7"'
condition: '"${TRAVIS_SCALA_VERSION}" == "2.11.12" && "${TRAVIS_JDK_VERSION}" == "oraclejdk8"'
tags: true

0 comments on commit 40685b0

Please sign in to comment.