diff --git a/.travis.yml b/.travis.yml index 133e1cf..1c4c40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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