Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
0.21.5: remove oraclejdk7 build
Browse files Browse the repository at this point in the history
(Merge branch 'xuwei-k-remove-oraclejdk7')

travis-ci new environment no longer support oraclejdk7

travis-ci/travis-ci#7884 (comment)
  • Loading branch information
wemrysi committed Mar 13, 2018
2 parents 0eabf5e + aaa8a48 commit 2233e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ scala:
- 2.12.1
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
matrix:
exclude: # NB: Scala 2.12 requires JDK 8
- scala: 2.12.1
jdk: oraclejdk7
- scala: 2.12.1
jdk: openjdk7

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.21.4"
version in ThisBuild := "0.21.5"

0 comments on commit 2233e28

Please sign in to comment.