Commit ac8430c 1 parent 0eb8fe7 commit ac8430c Copy full SHA for ac8430c
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,27 @@ matrix:
7
7
fast_finish : true
8
8
include :
9
9
# - os: linux
10
- # node_js: '7 '
10
+ # node_js: '8 '
11
11
# env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint
12
12
- os : linux
13
- node_js : ' 7 '
13
+ node_js : ' 8 '
14
14
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
15
15
- os : linux
16
- node_js : ' 4.3 '
16
+ node_js : ' 4.8 '
17
17
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
18
18
- os : linux
19
19
node_js : ' 6'
20
20
env : WEBPACK_VERSION="2.2.0" JOB_PART=test
21
21
# - os: linux
22
- # node_js: '7 '
22
+ # node_js: '8 '
23
23
# env: WEBPACK_VERSION="2.2.0" JOB_PART=coverage
24
24
before_install :
25
25
- nvm --version
26
26
- node --version
27
27
before_script :
28
- - if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi
28
+ - if [ "$WEBPACK_VERSION" ]; then npm i webpack@^$WEBPACK_VERSION; fi
29
29
# - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check git@github.com:$TRAVIS_REPO_SLUG.git; fi
30
30
script :
31
- - yarn run travis:$JOB_PART
31
+ - npm run travis:$JOB_PART
32
32
after_success :
33
33
- bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments