mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Mute Selenium on Travis
This commit is contained in:
parent
87e7b2ead6
commit
3c5f9d7f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ before_script:
|
|||
- sh -e /etc/init.d/xvfb start
|
||||
- cp config.json.example config.json
|
||||
- ./node_modules/protractor/bin/webdriver-manager update
|
||||
- ./node_modules/protractor/bin/webdriver-manager start &
|
||||
- ./node_modules/protractor/bin/webdriver-manager start > /dev/null &
|
||||
- grunt run:dev > /dev/null &
|
||||
|
|
|
|||
Loading…
Reference in a new issue