This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 5 files changed +2555
-1768
lines changed
5 files changed +2555
-1768
lines changed Original file line number Diff line number Diff line change 5
5
{
6
6
"useBuiltIns" : true ,
7
7
"targets" : {
8
- "node" : " 4.3 "
8
+ "node" : " 4.8 "
9
9
},
10
10
"exclude" : [
11
11
" transform-async-to-generator" ,
27
27
"presets" : [
28
28
" env"
29
29
],
30
- "sourceMap" : " inline" ,
30
+ "sourceMap" : " inline" ,
31
31
"plugins" : [
32
32
" transform-object-rest-spread"
33
33
]
Original file line number Diff line number Diff line change 15
15
env : WEBPACK_VERSION=latest JOB_PART=test
16
16
script : npm run travis:$JOB_PART
17
17
- << : *test-latest
18
- node_js : 4.3
18
+ node_js : 4.8
19
19
env : WEBPACK_VERSION=latest JOB_PART=test
20
20
script : npm run travis:$JOB_PART
21
21
- << : *test-latest
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ environment:
11
11
- nodejs_version : ' 6'
12
12
webpack_version : latest
13
13
job_part : test
14
- - nodejs_version : ' 4.3 '
14
+ - nodejs_version : ' 4.8 '
15
15
webpack_version : latest
16
16
job_part : test
17
17
build : ' off'
18
18
matrix :
19
19
fast_finish : true
20
20
install :
21
21
- ps : Install-Product node $env:nodejs_version x64
22
+ - npm i -g npm@latest
22
23
- npm install
23
24
before_test :
24
25
- cmd : npm install webpack@%webpack_version%
You can’t perform that action at this time.
0 commit comments