Skip to content

Commit

Permalink
disable jdk 7 for retro lambdas.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Apr 28, 2016
1 parent df342b7 commit 1ea25c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ android:
- extra-android-m2repository

jdk:
- oraclejdk7
- oraclejdk8

branches:
Expand All @@ -29,4 +28,4 @@ script:
- ./gradlew clean test

after_success:
- ./gradlew jacocoTestReport coveralls
- ./gradlew jacocoTestReport coveralls

0 comments on commit 1ea25c9

Please sign in to comment.