Skip to content

Commit

Permalink
Merge pull request #3 from chuckdumont/work
Browse files Browse the repository at this point in the history
Dynamically generate V3 pom for unit tests
  • Loading branch information
chuckdumont committed Jun 13, 2018
2 parents 1f51b73 + 9f5b926 commit df11f8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5,856 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- WEBPACK_VERSION=V3

before_install:
- if [ "$WEBPACK_VERSION" = "V3" ]; then rm -f package-lock.json; cp -f ./package.webpack3.json ./package.json; fi
- if [ "$WEBPACK_VERSION" = "V3" ]; then rm -f package-lock.json; sed "s/\"tapable\":\s*\"1\.0\.0\"/\"tapable\":\"0.2.7\"/" package.json >package.webpack3.json; cp -f ./package.webpack3.json ./package.json; fi

cache:
directories:
Expand Down

0 comments on commit df11f8b

Please sign in to comment.