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 d265329 commit 2de5a8cCopy full SHA for 2de5a8c
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+ - "10"
5
+git:
6
+ depth: 5
7
+script:
8
+ - yarn build
9
+ - yarn lint
10
+ - yarn test-travis
0 commit comments