Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 2f6a4c6

Browse files
Add Travis config
1 parent 953e27d commit 2f6a4c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sudo: false
3+
language: node_js
4+
node_js:
5+
- '5.6'
6+
script:
7+
- npm run lint

0 commit comments

Comments
 (0)