Skip to content

Commit 8b99f13

Browse files
committed
run tests against webpack 2, 3 and 4
1 parent 4168238 commit 8b99f13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
language: node_js
22
node_js:
33
- "8"
4+
install:
5+
- yarn install
6+
- yarn build
7+
- yarn add $WEBPACK
8+
# Test against multiple webpack versions
9+
env:
10+
11+
12+
413
deploy:
514
- provider: npm
615

0 commit comments

Comments
 (0)