File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ matrix:
99 include :
1010 - os : linux
1111 node_js : ' 6'
12- env : WEBPACK_VERSION="2.2.0" JOB_PART=test
12+ env : JOB_PART=test
1313 - os : linux
1414 node_js : ' 4.3'
15- env : WEBPACK_VERSION="2.2.0" JOB_PART=test
15+ env : JOB_PART=test
1616 - os : linux
1717 node_js : ' 7'
18- env : WEBPACK_VERSION="2.2.0" JOB_PART=test
18+ env : JOB_PART=test
1919 # - os: linux
2020 # node_js: '7'
2121 # env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint
@@ -26,7 +26,7 @@ before_install:
2626 - nvm --version
2727 - node --version
2828before_script :
29- - if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi
29+ # - if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi
3030 # - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check [email protected] :$TRAVIS_REPO_SLUG.git; fi 3131script :
3232 - yarn run travis:$JOB_PART
You can’t perform that action at this time.
0 commit comments