We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40aac86 commit 6c32646Copy full SHA for 6c32646
.travis.yml
@@ -13,8 +13,7 @@ env:
13
- NO_WATCH_TESTS=1
14
15
before_script:
16
- - npm link
17
- - npm link webpack
+ - npm link ../webpack --force
18
19
after_success:
20
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
appveyor.yml
@@ -13,8 +13,7 @@ environment:
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install --msvs_version=2013
build: off
0 commit comments