Add travis config

This commit is contained in:
Dane Springmeyer
2013-11-18 15:57:55 -08:00
parent feeb49ac30
commit 8572d9abbb
2 changed files with 19 additions and 1 deletions

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- sudo apt-get update -qq
install:
- npm install
before_script:
- true
script:
- npm test

View File

@@ -31,7 +31,7 @@
"dependencies": {
"underscore": "~1.3.3",
"step": "~0.0.5",
"optimist": "~0.3.1",
"optimist": "~0.6.0",
"sqlite3": "~2.1.1",
"sphericalmercator": "~1.0.1"
},