Skip to content

Commit 06fe7dd

Browse files
committed
ci(Travis): drop before script install
1 parent 2a3b2f9 commit 06fe7dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2828
before_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
3131
script:
3232
- yarn run travis:$JOB_PART

0 commit comments

Comments
 (0)