Skip to content

Commit ac8430c

Browse files
committedJan 26, 2018
ci(travis): update node v4.3.0...4.8.0
1 parent 0eb8fe7 commit ac8430c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ matrix:
77
fast_finish: true
88
include:
99
# - os: linux
10-
# node_js: '7'
10+
# node_js: '8'
1111
# env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint
1212
- os: linux
13-
node_js: '7'
13+
node_js: '8'
1414
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
1515
- os: linux
16-
node_js: '4.3'
16+
node_js: '4.8'
1717
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
1818
- os: linux
1919
node_js: '6'
2020
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
2121
# - os: linux
22-
# node_js: '7'
22+
# node_js: '8'
2323
# env: WEBPACK_VERSION="2.2.0" JOB_PART=coverage
2424
before_install:
2525
- nvm --version
2626
- node --version
2727
before_script:
28-
- if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi
28+
- if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi
2929
# - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check git@github.com:$TRAVIS_REPO_SLUG.git; fi
3030
script:
31-
- yarn run travis:$JOB_PART
31+
- npm run travis:$JOB_PART
3232
after_success:
3333
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)
Please sign in to comment.