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 b103ae7 commit 3cc65a9Copy full SHA for 3cc65a9
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+node_js:
3
+ - 8
4
+cache:
5
+ directories:
6
+ - node_modules
7
+script:
8
+ - npm run build
9
+ - npm test
0 commit comments