mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 19:28:53 +00:00
[ticket/12962] Start phantomjs on travis in background
PHPBB3-12962
This commit is contained in:
parent
c371e86fa1
commit
039b466bd0
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ install:
|
|||
|
||||
before_script:
|
||||
- travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
|
||||
- pidof phantomjs || nohup phantomjs --webdriver=8910 > /dev/null
|
||||
- sleep 3
|
||||
- phantomjs --webdriver=8910 &
|
||||
|
||||
script:
|
||||
- travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue