mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Temporarily disable headless chrome tests
This commit is contained in:
parent
b190b608cd
commit
ceab733fc0
16
.travis.yml
16
.travis.yml
@ -12,10 +12,6 @@ branches:
|
||||
- master
|
||||
- /^release-.+$/
|
||||
- /^dev-.+/
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libstdc++
|
||||
|
||||
before_install:
|
||||
- nvm install 7
|
||||
@ -40,12 +36,12 @@ install:
|
||||
script:
|
||||
- mvn -e test -P \!htmlUnit
|
||||
- BASE_PATH=`pwd`
|
||||
- pushd tests/src/test/js
|
||||
- $BASE_PATH/chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
||||
- CHROME_PID=$!
|
||||
- node start.js $BASE_PATH/tests/target/js-tests
|
||||
- node start.js $BASE_PATH/html4j/target/js-tests
|
||||
- kill $CHROME_PID
|
||||
#- pushd tests/src/test/js
|
||||
#- $BASE_PATH/chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
||||
#- CHROME_PID=$!
|
||||
#- node start.js $BASE_PATH/tests/target/js-tests
|
||||
#- node start.js $BASE_PATH/html4j/target/js-tests
|
||||
#- kill $CHROME_PID
|
||||
- popd
|
||||
|
||||
after_success: >
|
||||
|
Loading…
Reference in New Issue
Block a user