Skip to content

Commit

Permalink
try with my PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang authored and othiym23 committed Aug 8, 2014
1 parent 126cafc commit f5a9434
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: node_js
script: "npm run-script tap"
node_js:
- "0.11"
- "0.10"
env:
- DEPLOY_VERSION=testing
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "sudo mkdir -p /var/run/couchdb"
script: "npm run-script tap"

0 comments on commit f5a9434

Please sign in to comment.