Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit df93eab

Browse files
committed
chore: Update to defaults 1.5.x
1 parent be7936d commit df93eab

File tree

4 files changed

+4277
-576
lines changed

4 files changed

+4277
-576
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ language: node_js
44
branches:
55
only:
66
- master
7-
- feature/webpack3
87
jobs:
98
fast_finish: true
109
allow_failures:
1110
- env: WEBPACK_VERSION=canary
1211
include:
1312
- &test-latest
1413
stage: Webpack latest
15-
nodejs: 6
14+
node_js: 6
1615
env: WEBPACK_VERSION=latest JOB_PART=test
1716
script: npm run travis:$JOB_PART
1817
- <<: *test-latest
19-
nodejs: 4.3
18+
node_js: 4.3
2019
env: WEBPACK_VERSION=latest JOB_PART=test
2120
script: npm run travis:$JOB_PART
2221
- <<: *test-latest

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
branches:
22
only:
33
- master
4-
- feature/webpack3
54
init:
65
- git config --global core.autocrlf input
76
environment:
@@ -12,6 +11,9 @@ environment:
1211
- nodejs_version: '6'
1312
webpack_version: latest
1413
job_part: test
14+
- nodejs_version: '4.3'
15+
webpack_version: latest
16+
job_part: test
1517
build: 'off'
1618
matrix:
1719
fast_finish: true

0 commit comments

Comments
 (0)