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 d78a1dd commit c5e0cc3Copy full SHA for c5e0cc3
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - 10
4
+
5
+# Cache the 3rd-party packages. From https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn
6
+cache:
7
+ yarn: true
8
9
+after_script:
10
+ # Report coverage to codecov
11
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments