Skip to content

Commit 4793a28

Browse files
author
fengwan
committed
test ci
1 parent 5d03e62 commit 4793a28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
allow_failures:
1111
- env: WEBPACK_VERSION=canary
1212
include:
13-
- <<: *test-latest
14-
node_js: 8
15-
env: WEBPACK_VERSION=latest JOB_PART=lint
13+
- &test-latest
14+
stage: Webpack latest
15+
nodejs: 6
16+
env: WEBPACK_VERSION=latest JOB_PART=test
1617
script: npm run travis:$JOB_PART
1718
- <<: *test-latest
1819
node_js: 8

0 commit comments

Comments
 (0)