|
Last change
on this file since 14309 was 14309, checked in by Don-vip, 7 years ago |
|
see #16819 - log more information when running junit tests on Travis
|
|
File size:
766 bytes
|
| Line | |
|---|
| 1 | language: java
|
|---|
| 2 | script:
|
|---|
| 3 | - ant -version
|
|---|
| 4 | - (eval "$ANT_INVOCATION $(test ${TRAVIS_JDK_VERSION:0:4} = open && echo -DnoJavaFX=true) test-unit-hardfail")
|
|---|
| 5 | os: linux
|
|---|
| 6 | dist: trusty
|
|---|
| 7 | env:
|
|---|
| 8 | - ANT_INVOCATION="xvfb-run ant -Dtest.headless=false -Djunit.printsummary=withOutAndErr"
|
|---|
| 9 | - ANT_INVOCATION="ant -Dtest.headless=true -Djunit.printsummary=withOutAndErr"
|
|---|
| 10 | jdk:
|
|---|
| 11 | - oraclejdk11
|
|---|
| 12 | - oraclejdk10
|
|---|
| 13 | - openjdk8
|
|---|
| 14 | matrix:
|
|---|
| 15 | include:
|
|---|
| 16 | - os: osx
|
|---|
| 17 | osx_image: xcode9.2
|
|---|
| 18 | jdk: ~
|
|---|
| 19 | env: ANT_INVOCATION="ant -Dtest.headless=true -Djunit.printsummary=withOutAndErr"
|
|---|
| 20 | before_install:
|
|---|
| 21 | - wget https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz
|
|---|
| 22 | - tar -xzvf apache-ant-1.10.5-bin.tar.gz
|
|---|
| 23 | - export PATH=`pwd`/apache-ant-1.10.5/bin:$PATH
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.