Browse Source

adding travis-ci support

pull/2/head
Levi Olson 6 years ago
parent
commit
397473aa23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- "iojs"
cache:
directories:
- "node_modules"
before_install:
- npm i -g mocha nyc

Loading…
Cancel
Save