Skip to content

Commit

Permalink
Revert chnges
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdumont committed Oct 14, 2020
1 parent bd145aa commit 1d570b9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ env:
- COVERALLS_PARALLEL=true

jobs:
include:
- script: WEBPACK_VERSION=V4 && npm run test && npm run coveralls
- script: WEBPACK_VERSION=V3 && npm run test && npm run coveralls
- script: WEBPACK_VERSION=V2 && npm run test && npm run coveralls
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 All @@ -22,5 +21,8 @@ cache:

sudo: false

after_success:
- npm run coveralls

notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit 1d570b9

Please sign in to comment.