Skip to content

Commit

Permalink
fixed failing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ghacupha committed Mar 20, 2018
1 parent bef8647 commit 513ba96
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ install: true
before_install:
- chmod +x mvnw
script:
- mvn compile
- mvn package
- mvn test
- mvn verify
- mvn install
- mvn pdf:pdf
- mvnw compile
- mvnw package
- mvnw test
- mvnw install
jdk:
- oraclejdk8

0 comments on commit 513ba96

Please sign in to comment.