Mute Selenium on Travis

This commit is contained in:
Dušan Juretić 2013-12-28 23:16:02 -03:00
parent 87e7b2ead6
commit 3c5f9d7f8b

View file

@ -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 &