We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046d898 commit ab29598Copy full SHA for ab29598
.travis.yml
@@ -19,4 +19,7 @@ install:
19
- yarn install
20
21
script:
22
- - yarn test
+ - yarn test
23
+
24
+after_success:
25
+ - yarn coveralls
0 commit comments