Skip to content

Commit

Permalink
remove java 7 build (#2164)
Browse files Browse the repository at this point in the history
- sbt 1.x does not work with Java 7
- travis-ci no longer support oraclejdk7 travis-ci/travis-ci#7884 (comment)
  • Loading branch information
xuwei-k authored and kailuowang committed Feb 2, 2018
1 parent ff7bd40 commit df732bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ scala:
- 2.12.4

jdk:
- oraclejdk7
- oraclejdk8

matrix:
exclude:
- scala: 2.12.4
jdk: oraclejdk7
- scala: 2.10.7
jdk: oraclejdk8
- scala: 2.11.12
jdk: oraclejdk8

before_install:
- export PATH=${PATH}:./vendor/bundle

Expand Down

0 comments on commit df732bc

Please sign in to comment.