Fix Travis-CI: Make this build like Commons Text.
This commit is contained in:
parent
3c5d7e07e0
commit
6133a6031d
|
@ -14,10 +14,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
language: java
|
||||
sudo: false
|
||||
|
||||
script:
|
||||
- mvn
|
||||
|
||||
jdk:
|
||||
- openjdk7
|
||||
|
@ -25,4 +21,5 @@ jdk:
|
|||
- oraclejdk9
|
||||
|
||||
after_success:
|
||||
- mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report
|
||||
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco
|
||||
|
Loading…
Reference in New Issue