mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
Fix build
This commit is contained in:
parent
ceab733fc0
commit
6144a4bd14
|
@ -34,7 +34,7 @@ install:
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn -e test -P \!htmlUnit
|
- mvn -e test #-P \!htmlUnit
|
||||||
- BASE_PATH=`pwd`
|
- BASE_PATH=`pwd`
|
||||||
#- pushd tests/src/test/js
|
#- pushd tests/src/test/js
|
||||||
#- $BASE_PATH/chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
#- $BASE_PATH/chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
||||||
|
@ -42,7 +42,7 @@ script:
|
||||||
#- node start.js $BASE_PATH/tests/target/js-tests
|
#- node start.js $BASE_PATH/tests/target/js-tests
|
||||||
#- node start.js $BASE_PATH/html4j/target/js-tests
|
#- node start.js $BASE_PATH/html4j/target/js-tests
|
||||||
#- kill $CHROME_PID
|
#- kill $CHROME_PID
|
||||||
- popd
|
#- popd
|
||||||
|
|
||||||
after_success: >
|
after_success: >
|
||||||
if [[ "${TRAVIS_PULL_REQUEST:-unknown}" == "false" && $TRAVIS_BRANCH == dev-* ]] ; then
|
if [[ "${TRAVIS_PULL_REQUEST:-unknown}" == "false" && $TRAVIS_BRANCH == dev-* ]] ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user