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 4c33b1c commit b1d77b4Copy full SHA for b1d77b4
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - 8
4
+ - 10
5
+cache:
6
+ yarn: true
7
+ directories: node_modules
8
+install:
9
+ - yarn
10
+script:
11
+ - yarn test:unit
0 commit comments