Skip to content

Commit 4698d58

Browse files
eviltestereviltester
authored andcommitted
fixed copy and paste error and configured to run against oracleJDK7 as well
1 parent f34c536 commit 4698d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ script: mvn test
33
jdk:
44
- oraclejdk9
55
- oraclejdk8
6-
- oraclejdk8
6+
- oraclejdk7
77
- openjdk8
88
- openjdk7

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
</plugin>
3636
</plugins>
3737
</build>
38-
38+
3939
</project>

0 commit comments

Comments
 (0)