Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: name browser jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 14, 2018
1 parent c59ad88 commit 458ced8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ jobs:
node_js: 10
script:
- npm run lint
- stage: browser chrome
- stage: test
name: chrome
node_js: 10
addons:
chrome: stable
script:
- npx aegir test -t browser
- npx aegir test -t webworker
- stage: browser firefox
- stage: test
name: firefox
node_js: 10
addons:
firefox: latest
Expand Down

0 comments on commit 458ced8

Please sign in to comment.