Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit d775d85

Browse files
committed
Add Travis CI integration
1 parent 2eff2ca commit d775d85

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- 0.12
5+
- 4.2
6+
- 5
7+
- 6
8+
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
9+
script: npm run lint && npm test
10+
notifications:
11+
email:
12+
recipients:
13+
14+
on_success: change
15+
on_failure: always

0 commit comments

Comments
 (0)