Remove laucher from travis setup

This commit is contained in:
Fraham 2017-12-11 19:51:14 +00:00
parent 25ce035c7f
commit 3f7f59a559

View file

@ -21,7 +21,6 @@ before_script:
- chmod +x ./jake.sh
- chmod +x ./tests/build/scripts/run_jake.sh
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
- gulp build
script: "./jake.sh loose=true capture=Firefox"