Skip to content

Commit

Permalink
Add .travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitogh committed Apr 16, 2016
1 parent aa6c652 commit 17a804c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- 5
sudo: false
cache:
directories:
- node_modules
before_install:
- |
npm install -g npm@latest-2
npm --version
script:
- npm test

0 comments on commit 17a804c

Please sign in to comment.