Skip to content

Commit ea97fbe

Browse files
committed
chore: use webpack next to testing webpack 5
1 parent 648e824 commit ea97fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ node_js:
55
- 6.9
66
env:
77
- WEBPACK_CORE=4
8-
- WEBPACK_CORE=beta
8+
- WEBPACK_CORE=next
99
jobs:
1010
exclude:
1111
- node_js: 6.9
12-
env: WEBPACK_CORE=beta
12+
env: WEBPACK_CORE=next
1313
before_install:
1414
- stty columns 120
1515
install:

0 commit comments

Comments
 (0)