Skip to content

Commit

Permalink
Remove 1.6 test, it can't succeed on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Jul 26, 2017
1 parent b67793c commit 9490d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
sudo: false
jdk: oraclejdk8
install: find /usr/lib/jvm/java-6-openjdk-amd64
install: true
script: "./gradle/buildViaTravis.sh"
cache:
directories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class JavaCrossCompilePluginIntegrationSpec extends IntegrationSpec {

where:
sourceCompatibility | _
1.6 | _
1.7 | _
1.8 | _
}
Expand Down

0 comments on commit 9490d63

Please sign in to comment.