Skip to content

Commit

Permalink
Added travis ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Sep 27, 2016
1 parent e6d2411 commit 0266b11
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: false

language: node_js

node_js:
- 6
- 4

cache:
directories:
- node_modules

install:

This comment has been minimized.

Copy link
@mathiasrw

mathiasrw Sep 27, 2016

Member

Interesting - have never used this before...

This comment has been minimized.

Copy link
@amilajack

amilajack Sep 27, 2016

Author Member

Travis CI is used for most dependable open source projects. I think we can help ensure our coverage by using it

This comment has been minimized.

Copy link
@mathiasrw

mathiasrw Sep 27, 2016

Member

Sure! It was the install part I was commenting...

- npm i -g npm@latest
- npm install

notifications:

This comment has been minimized.

Copy link
@mathiasrw

mathiasrw Sep 27, 2016

Member

👍

email: false

0 comments on commit 0266b11

Please sign in to comment.