Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #160 from glynnbird/travis
Browse files Browse the repository at this point in the history
added travis.yml
  • Loading branch information
glynnbird authored Nov 7, 2016
2 parents 144efe3 + c3d2131 commit 2b41f40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: "node_js"
env: DEBUG=*
branches:
only:
- master
- next
- rewrite
node_js:
- "0.12"
- "iojs"
- "4.2"
- "node"
services:
- docker
os:
- linux
before_script:
- ./scripts/run_couchdb_on_travis.sh
before_install:
- npm update -g npm

0 comments on commit 2b41f40

Please sign in to comment.