Travis CI

This commit is contained in:
Luke Page 2015-08-03 16:39:07 +01:00
parent 2914659815
commit a5b996a9ef
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"

View file

@ -32,7 +32,7 @@
"example": "examples" "example": "examples"
}, },
"scripts": { "scripts": {
"test": "node test/test" "test": "node test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",