Skip to content

Commit 77a77c5

Browse files
author
Chuck Dumont
authored
Merge pull request #299 from chuckdumont/work
Enable coveralls verbose output
2 parents 3c8576f + 36af45b commit 77a77c5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ node_js:
44
- '8'
55

66
env:
7-
- WEBPACK_VERSION=V4 COVERALLS_PARALLEL=true
8-
- WEBPACK_VERSION=V3 COVERALLS_PARALLEL=true
9-
- WEBPACK_VERSION=V2 COVERALLS_PARALLEL=true
7+
global:
8+
- COVERALLS_PARALLEL=true
9+
jobs:
10+
- WEBPACK_VERSION=V4
11+
- WEBPACK_VERSION=V3
12+
- WEBPACK_VERSION=V2
1013

1114
before_install:
1215
- if [ "$WEBPACK_VERSION" = "V3" ]; then rm -f package-lock.json; sed "s/\"webpack\":\s*\"4\.[0-9]\+\.[0-9]\+\"/\"webpack\":\"3.11.0\"/" package.json >package.webpack3.json; cp -f ./package.webpack3.json ./package.json; fi
@@ -18,7 +21,7 @@ cache:
1821
sudo: false
1922

2023
after_success:
21-
- npm run coveralls
24+
- npm run coveralls
2225

2326
notifications:
24-
webhooks: https://coveralls.io/webhook
27+
webhooks: https://coveralls.io/webhook

0 commit comments

Comments
 (0)