Add OSX testing to travis, cache node_modules

This commit is contained in:
Pavel Djundik 2016-06-09 12:03:27 +03:00 committed by Pavel Djundik
parent ee5a64436c
commit a381a978d0

View File

@ -1,13 +1,23 @@
language: node_js language: node_js
node_js: node_js:
- '6' - 6
- '5' - 4
- '4'
- '4.2.0' matrix:
fast_finish: true
include:
- os: osx
node_js: 4
cache:
directories:
- node_modules
notifications: notifications:
email: email:
on_success: never on_success: never
on_failure: always on_failure: always
deploy: deploy:
provider: npm provider: npm
email: email: