Skip to content

Commit 7a7dc4a

Browse files
committed
Merge pull request joni2back#67 from joni2back/travis-setup
add travis.yml
2 parents 6b10300 + 03a2405 commit 7a7dc4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- 0.10
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- gulp lint

0 commit comments

Comments
 (0)