Skip to content

Commit 4e09e90

Browse files
committed
Added configuration for Travis CI
1 parent 0f6b98a commit 4e09e90

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: node_js
2+
3+
node_js:
4+
- "0.10"
5+
- "0.11"
6+
- "0.12"
7+
- "4.0"
8+
- "4.1"
9+
- "4.2"
10+
- "5.0"
11+
12+
services:
13+
14+
before_script:
15+
16+
notifications:
17+
email: true
18+
19+
# whitelisted branches
20+
branches:
21+
only:
22+
- master

0 commit comments

Comments
 (0)