Skip to content

Commit 107f05a

Browse files
committed
Create .travis.yml
1 parent e100611 commit 107f05a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
3+
node_js:
4+
- "0.10"
5+
- "0.11"
6+
- "0.12"
7+
- "4.1"
8+
- "4.2"
9+
10+
notifications:
11+
email:
12+
recipients:
13+
- martin@pipedrive.com
14+
- kristo.kaiv@pipedrive.com
15+
on_success: change
16+
on_failure: change
17+
18+
sudo: false

0 commit comments

Comments
 (0)