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.
2 parents c98c7ba + 696027a commit 304ae01Copy full SHA for 304ae01
.travis.yml
@@ -0,0 +1,21 @@
1
+sudo: false
2
+dist: trusty
3
+
4
+language: node_js
5
6
+notifications:
7
+ email:
8
+ on_success: never
9
+ on_failure: change
10
11
+cache: npm
12
13
+node_js:
14
+ - 11
15
+ - 10
16
17
+install:
18
+ - npm install
19
20
+script:
21
+ - npm test
package.json
@@ -39,6 +39,7 @@
39
},
40
"scripts": {
41
"default": "gulp",
42
+ "test": "npm run lint",
43
"lint": "gulp lint",
44
"serve": "gulp serve",
45
"watch": "gulp watch"
0 commit comments