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 42864f6 commit dd1c1e6Copy full SHA for dd1c1e6
.travis.yml
@@ -0,0 +1,11 @@
1
+sudo: false
2
+dist: trusty
3
+
4
+language: node_js
5
6
+node_js:
7
+- 'lts/*'
8
9
+script:
10
+- npm run lint
11
+- npm run test
0 commit comments