Skip to content

Commit 1d485a6

Browse files
committed
chore: update travis config to include node 8
1 parent 4ca6bf5 commit 1d485a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ matrix:
99
# - os: linux
1010
# node_js: '7'
1111
# env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint
12+
- os: linux
13+
node_js: '8'
14+
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
1215
- os: linux
1316
node_js: '7'
1417
env: WEBPACK_VERSION="2.2.0" JOB_PART=test

0 commit comments

Comments
 (0)