Merge pull request #6510 from gdicristofaro/osx-notest

do not run tests in os x for travis
This commit is contained in:
Richard Cordovano 2020-12-01 12:58:31 -05:00 committed by GitHub
commit 0dfc6cca85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ echo `df -h .`
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
# if os x, just run it # if os x, just run it
ant -q test-no-regression # ant -q test-no-regression
elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then
# if linux use xvfb # if linux use xvfb
xvfb-run ant -q test-no-regression xvfb-run ant -q test-no-regression