chore: remove browser builds from travis

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun 2019-02-26 19:12:49 +01:00
parent 5ce2566885
commit eedc264a9a
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -24,17 +24,5 @@ jobs:
- npx aegir dep-check
- npm run lint
- stage: test
name: chrome
addons:
chrome: stable
script: npx aegir test -t browser
- stage: test
name: firefox
addons:
firefox: latest
script: npx aegir test -t browser -- --browsers FirefoxHeadless
notifications:
email: false