Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinycedar committed Jan 11, 2019
1 parent 8c9eb86 commit 0573cb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
sudo: false # faster builds

jdk:
- oraclejdk7

cache:
directories:
- $HOME/.m2

install: true

script:
- travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0573cb9

Please sign in to comment.