Skip to content

Commit d97530b

Browse files
chore(deps): update
1 parent b0c553b commit d97530b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@ matrix:
77
fast_finish: true
88
include:
99
- os: linux
10-
node_js: "10"
11-
env: WEBPACK_VERSION="4.15.0" JOB_PART=lint
10+
node_js: "11"
11+
env: WEBPACK_VERSION="latest" JOB_PART=lint
12+
- os: linux
13+
node_js: "11"
14+
env: WEBPACK_VERSION="latest" JOB_PART=test
1215
- os: linux
1316
node_js: "10"
14-
env: WEBPACK_VERSION="4.15.0" JOB_PART=test
17+
env: WEBPACK_VERSION="latest" JOB_PART=test
1518
- os: linux
1619
node_js: "8"
17-
env: WEBPACK_VERSION="4.15.0" JOB_PART=test
20+
env: WEBPACK_VERSION="latest" JOB_PART=test
1821
- os: linux
1922
node_js: "6"
20-
env: WEBPACK_VERSION="4.15.0" JOB_PART=test
23+
env: WEBPACK_VERSION="latest" JOB_PART=test
2124
before_install:
2225
- nvm --version
2326
- node --version

0 commit comments

Comments
 (0)