travis fix, first try

This commit is contained in:
Jannik 2018-01-13 00:13:34 +01:00
parent 52c2912ba2
commit fe4fcb45d7
2 changed files with 13 additions and 13 deletions

View File

@ -1 +1,3 @@
language: java language: java
jdk:
- oraclejdk9

View File

@ -178,7 +178,6 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -214,7 +213,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>