Skip to content

Commit 3629ad4

Browse files
committed
add .travis.yml file to make ci pass
1 parent ba785d0 commit 3629ad4

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+
node_js:
3+
- "0.12"
4+
- "iojs"
5+
- "iojs-v1.0.4"
6+
7+
8+
before_script:
9+
- npm install -g gulp
10+
script: gulp

0 commit comments

Comments
 (0)