Update travis config

This commit is contained in:
Alexey Andreev 2017-07-04 06:02:13 +03:00
parent faec413cf0
commit b5fcd22a39

View File

@ -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=$!