mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-05 06:34:11 -08:00
Update travis config
This commit is contained in:
parent
faec413cf0
commit
b5fcd22a39
|
@ -35,11 +35,11 @@ install:
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_wait 60 mvn -e test -P \!htmlUnit -Dteavm.junit.optimized=false -Dteavm.junit.js.runner=none
|
- mvn -e test -P -Dteavm.junit.optimized=false -Dteavm.junit.js.runner=none
|
||||||
- BASE_PATH=`pwd`
|
- BASE_PATH=`pwd`
|
||||||
- pushd tests/src/test/js
|
- pushd tests/src/test/js
|
||||||
- export DISPLAY=:99.0
|
- "export DISPLAY=:99.0"
|
||||||
- sh -e /etc/init.d/xvfb start
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- sleep 10
|
- sleep 10
|
||||||
- firefox index.html &
|
- firefox index.html &
|
||||||
- FIREFOX_PID=$!
|
- FIREFOX_PID=$!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user