Commit fcff3a66 by Yiming Liu

Update .travis.yml

parent 35563b62
language: java language: java
jdk: jdk:
- oraclejdk7
- oraclejdk8 - oraclejdk8
before_install: before_install:
- pip install --user codecov - pip install --user codecov
after_success: after_success:
- mvn clean cobertura:cobertura coveralls:report - mvn clean cobertura:cobertura coveralls:report
- mvn clean site -X
- codecov - codecov
branches: branches:
only: only:
- master - master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment