From ac8430cd486dc4493103f2dc0a3498146a41057c Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Fri, 26 Jan 2018 19:55:47 +0100 Subject: [PATCH] ci(travis): update `node` v4.3.0...4.8.0 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a1b6b62..9e840b88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,27 +7,27 @@ matrix: fast_finish: true include: # - os: linux - # node_js: '7' + # node_js: '8' # env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint - os: linux - node_js: '7' + node_js: '8' env: WEBPACK_VERSION="2.2.0" JOB_PART=test - os: linux - node_js: '4.3' + node_js: '4.8' env: WEBPACK_VERSION="2.2.0" JOB_PART=test - os: linux node_js: '6' env: WEBPACK_VERSION="2.2.0" JOB_PART=test # - os: linux - # node_js: '7' + # node_js: '8' # env: WEBPACK_VERSION="2.2.0" JOB_PART=coverage before_install: - nvm --version - node --version before_script: - - if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi + - if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi # - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check git@github.com:$TRAVIS_REPO_SLUG.git; fi script: - - yarn run travis:$JOB_PART + - npm run travis:$JOB_PART after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file