Skip to content

Commit

Permalink
ci: Update npm & webpack versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens authored Oct 5, 2017
1 parent a40094d commit 9e35089
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ sudo: false
language: node_js
branches:
only:
- v2
- master
matrix:
fast_finish: true
include:
- os: linux
node_js: "7"
env: WEBPACK_VERSION="2.2.0" JOB_PART=lint
node_js: "8"
env: WEBPACK_VERSION="3.6.0" JOB_PART=lint
- os: linux
node_js: "6"
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
env: WEBPACK_VERSION="3.6.0" JOB_PART=test
- os: linux
node_js: "4.7"
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
env: WEBPACK_VERSION="3.6.0" JOB_PART=test
- os: linux
node_js: "7"
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
node_js: "8"
env: WEBPACK_VERSION="3.6.0" JOB_PART=test
before_install:
- nvm --version
- node --version
Expand Down

0 comments on commit 9e35089

Please sign in to comment.