Skip to content

Commit

Permalink
Add a .travis.yml file to enable integration testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 29, 2016
1 parent 6724e21 commit b56a200
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- "5.0"
- "4.0"
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"

sudo: false

before_install:
npm install -g npm@'>=1.4.3'

0 comments on commit b56a200

Please sign in to comment.