Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
build: add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Nov 5, 2015
1 parent d6b2162 commit 3caacec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: node_js
sudo: false
node_js:
- "5"
- "4"
- iojs
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm"
script: "npm test"
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

0 comments on commit 3caacec

Please sign in to comment.