Skip to content

Commit 055d80a

Browse files
committed
Add travis ci config file
1 parent c140d4b commit 055d80a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
3+
node_js:
4+
- "5"
5+
- "6"
6+
- "7"
7+
8+
before_script:
9+
10+
script:
11+
- npm run eslint

0 commit comments

Comments
 (0)