Skip to content

Commit 3464c6d

Browse files
committed
feature(travis) add
1 parent 01ca1bb commit 3464c6d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: node_js
2+
node_js:
3+
- 0.10
4+
- 0.11
5+
6+
matrix:
7+
allow_failures:
8+
- node_js: '0.11'
9+
10+
before_install:
11+
- npm install gulp -g
12+
13+
script:
14+
- gulp default
15+
16+
notifications:
17+
email:
18+
on_success: never
19+
on_failure: change

0 commit comments

Comments
 (0)