Skip to content

Commit ebee63b

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

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ 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
26+
- npm --version
2327
- node --version
2428
before_script:
2529
- 'if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi'

0 commit comments

Comments
 (0)