Skip to content

Commit

Permalink
Add travis browser test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 2, 2020
1 parent afc5a72 commit c8d5395
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ node_js:
- "12"
- "node"
sudo: false
install: npm install
install:
- npm install
script:
- if [ "x$BUNDLER" = "x" ]; then npm test; fi
- if [ "x$BUNDLER" != "x" ]; then npm run test-karma; fi
# only run karma tests for one node version
matrix:
include:
- node_js: "12"
- name: "Browser Unit Tests (webpack)"
node_js: "12"
env: BUNDLER=webpack
- node_js: "12"
- name: "Browser Unit Tests (browserify)"
node_js: "12"
env: BUNDLER=browserify
notifications:
email:
Expand Down

0 comments on commit c8d5395

Please sign in to comment.