Skip to content

Commit

Permalink
Added travis ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Dec 26, 2016
1 parent 8d257c8 commit 2e6a2fb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sudo: false

os:
- linux
- osx

language: node_js

node_js:
- node
- 4

cache:
directories:
- node_modules

install:
- npm i -g npm@latest
- npm install

notifications:
email: false

0 comments on commit 2e6a2fb

Please sign in to comment.