Skip to content

Commit cb96e9a

Browse files
committed
更新travis~
1 parent fb228b7 commit cb96e9a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: node_js
2+
3+
node_js:
4+
- "iojs"
5+
- "0.12"
6+
7+
before_script:
8+
- npm run lint
9+
10+
after_success:
11+
- npm run coveralls
12+
13+
notifications:
14+
email:
15+
16+
17+
cache:
18+
directories:
19+
- node_modules

0 commit comments

Comments
 (0)