Skip to content

Commit c8d5395

Browse files
committed
Add travis browser test names.
1 parent afc5a72 commit c8d5395

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ node_js:
77
- "12"
88
- "node"
99
sudo: false
10-
install: npm install
10+
install:
11+
- npm install
1112
script:
1213
- if [ "x$BUNDLER" = "x" ]; then npm test; fi
1314
- if [ "x$BUNDLER" != "x" ]; then npm run test-karma; fi
1415
# only run karma tests for one node version
1516
matrix:
1617
include:
17-
- node_js: "12"
18+
- name: "Browser Unit Tests (webpack)"
19+
node_js: "12"
1820
env: BUNDLER=webpack
19-
- node_js: "12"
21+
- name: "Browser Unit Tests (browserify)"
22+
node_js: "12"
2023
env: BUNDLER=browserify
2124
notifications:
2225
email:

0 commit comments

Comments
 (0)