Skip to content

Commit

Permalink
Why test the plugin with java 6 or 7 if it has been updated to Java8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekryd committed Nov 21, 2015
1 parent ceeda39 commit fbb34b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ env:
# via the "travis encrypt" command using the project repo's public key
- secure: "FECikYsVcJp7gIXK5BHi5508kpafdK9nzC+zSZCoyVGpRosE0hUKZTHBY4ldhhBDsGj0XmCuQgQb5SrVYc5WAzPLPGn85RItClulFn8OQYfMqpwtXQBaFaJZv9NqGq1STxHTH7wzOoP9OpuZVEX5fokQ69Ta8KTRtyXG+frrOYE="

install: mvn install -Ddev
install: mvn install

jdk:
- openjdk6
- oraclejdk7
- oraclejdk8

addons:
Expand All @@ -24,4 +22,4 @@ addons:
branch_pattern: coverity_scan

after_success:
- mvn clean test jacoco:report coveralls:report -Ddev
- mvn clean test jacoco:report coveralls:report

0 comments on commit fbb34b2

Please sign in to comment.