We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4164d2 commit 2b139bfCopy full SHA for 2b139bf
.travis.yml
@@ -10,5 +10,4 @@ env:
10
- ACTION="run dist"
11
script:
12
- npm $ACTION
13
-after_success:
14
- - coveralls
+- node --harmony_proxies node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments