mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #6510 from gdicristofaro/osx-notest
do not run tests in os x for travis
This commit is contained in:
commit
0dfc6cca85
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user