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

Commit d821cf5

Browse files
committed
fix: name browser jobs
1 parent fe44ea5 commit d821cf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ jobs:
2121
node_js: 10
2222
script:
2323
- npm run lint
24-
- stage: browser chrome
24+
- stage: test
25+
name: chrome
2526
node_js: 10
2627
addons:
2728
chrome: stable
2829
script:
2930
- npx aegir test -t browser
3031
- npx aegir test -t webworker
31-
- stage: browser firefox
32+
- stage: test
33+
name: firefox
3234
node_js: 10
3335
addons:
3436
firefox: latest

0 commit comments

Comments
 (0)