Skip to content

Commit

Permalink
drop java 7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Nov 21, 2016
1 parent d2cd5df commit 27fc7b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: java
jdk:
- openjdk7
- oraclejdk8

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jar {
//versions > 7 need java 8
['6.2', '6.3', '6.4', '6.4.1', '6.5', '6.6', '6.7', '6.8', '6.8.1', '6.8.2', '6.9',
'6.10', '6.10.1', '6.11', '6.11.1', '6.11.2', '6.12', '6.12.1', '6.13', '6.14.1', '6.15', '6.16.1', '6.17',
'6.18', '6.19'].each { name ->
'6.18', '6.19', '7.0', '7.1', '7.1.1', '7.1.2', '7.2'].each { name ->
def configname = "checkstylejar${name}"
def testname = "testversion${name}"

Expand Down

0 comments on commit 27fc7b2

Please sign in to comment.