Skip to content

Commit 2d1a1a5

Browse files
committed
Merge pull request #33 from oncletom/patch-1
Enable Continuous Integration with TravisCI
2 parents c86d46f + 9520a75 commit 2d1a1a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- '0.8'
4+
- '0.10'
5+
- '0.12'
6+
- 'iojs-v1.3'
7+
8+
sudo: false
9+
10+
before_install:
11+
- npm install --global npm@latest

0 commit comments

Comments
 (0)