Try a different travis config

This commit is contained in:
Sean Owen 2015-05-03 21:41:16 +01:00
parent 8bf1ab65c6
commit 8754b44f1d

View file

@ -1,5 +1,4 @@
language: java
before_install: pip install codecov
script: mvn ${JACOCO} test
matrix:
include:
@ -13,4 +12,4 @@ cache:
- $HOME/.m2
git:
depth: 10
after_success: codecov
after_success: bash <(curl -s https://codecov.io/bash)