Skip to content

Commit

Permalink
recall travis (apache#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuohai666 authored Feb 3, 2020
1 parent 4d7ffdd commit a85efa3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sudo: required
cache:
directories:
- "$HOME/.m2"

language: java
jdk:
- openjdk8

before_script:
- echo "MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=256m'" > ~/.mavenrc
script:
- mvn clean install cobertura:cobertura coveralls:report -DrepoToken="${COVERALLS_REPO_TOKEN}" -Dmaven.javadoc.skip=true

install: travis_wait 30 mvn install --quiet

0 comments on commit a85efa3

Please sign in to comment.