We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c32646 commit 13e1c0eCopy full SHA for 13e1c0e
1 file changed
.travis.yml
@@ -12,8 +12,9 @@ script: npm run travis
12
env:
13
- NO_WATCH_TESTS=1
14
15
-before_script:
+install:
16
- npm link ../webpack --force
17
+ - npm install
18
19
after_success:
20
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
0 commit comments