Skip to content

Commit

Permalink
Merge pull request #313 from chuckdumont/master
Browse files Browse the repository at this point in the history
Add .coveralls.yml
  • Loading branch information
chuckdumont committed Oct 14, 2020
2 parents e41530d + 1d570b9 commit caf80aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-pro
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ node_js:
env:
global:
- COVERALLS_PARALLEL=true
jobs:
- WEBPACK_VERSION=V4
- WEBPACK_VERSION=V3
- WEBPACK_VERSION=V2

jobs:
WEBPACK_VERSION=V4
WEBPACK_VERSION=V3
WEBPACK_VERSION=V2

before_install:
- 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
Expand Down

0 comments on commit caf80aa

Please sign in to comment.