We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc5a72 commit c8d5395Copy full SHA for c8d5395
.travis.yml
@@ -7,16 +7,19 @@ node_js:
7
- "12"
8
- "node"
9
sudo: false
10
-install: npm install
+install:
11
+ - npm install
12
script:
13
- if [ "x$BUNDLER" = "x" ]; then npm test; fi
14
- if [ "x$BUNDLER" != "x" ]; then npm run test-karma; fi
15
# only run karma tests for one node version
16
matrix:
17
include:
- - node_js: "12"
18
+ - name: "Browser Unit Tests (webpack)"
19
+ node_js: "12"
20
env: BUNDLER=webpack
21
+ - name: "Browser Unit Tests (browserify)"
22
23
env: BUNDLER=browserify
24
notifications:
25
email:
0 commit comments