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 9befd8b commit 481bdeeCopy full SHA for 481bdee
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+script:
3
+ - npm run ci
4
+branches:
5
+ only:
6
+ - master
7
+after_success:
8
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments