Merge pull request #109 from Fraham/separate-components

Remove laucher from travis setup
This commit is contained in:
Fraham 2017-12-11 20:08:32 +00:00 committed by GitHub
commit a00907ee67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"