Skip to content

Commit 2517bd7

Browse files
committed
travis
1 parent ce86fc8 commit 2517bd7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "node"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Tool to create a directory structure for getting started with an addon",
55
"scripts": {
66
"lint": "eslint src/*",
7-
"test": "mocha"
7+
"test": "eslint src/* && mocha"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)