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 572f1f5 commit 1572b7cCopy full SHA for 1572b7c
.npmignore
@@ -1,2 +1,3 @@
1
test
2
.eslint*
3
+.travis*
.travis.yml
@@ -0,0 +1,20 @@
+language: node_js
+
+node_js:
4
+ - stable
5
6
+sudo: false # https://docs.travis-ci.com/user/migrating-from-legacy/
7
8
+install:
9
+ - npm install
10
11
+script:
12
+ - npm run lint
13
+ - npm test
14
15
+cache:
16
+ directories:
17
+ - node_modules
18
19
+notifications:
20
+ email: false
0 commit comments