Skip to content

Commit

Permalink
Fixing build after Travis image change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Aug 20, 2019
1 parent 3bdb617 commit a392fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: java
jdk:
- oraclejdk8
- openjdk8

script: mvn clean install

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

0 comments on commit a392fb1

Please sign in to comment.