mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
[ticket/12962] Dump server output to /dev/null
PHPBB3-12962
This commit is contained in:
parent
039b466bd0
commit
d1935b0b0b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
|
- travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
|
||||||
- phantomjs --webdriver=8910 &
|
- phantomjs --webdriver=8910 > /dev/null &
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION
|
- travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION
|
||||||
|
|
Loading…
Add table
Reference in a new issue