Add OSX testing to travis, cache node_modules
This commit is contained in:
parent
ee5a64436c
commit
a381a978d0
18
.travis.yml
18
.travis.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user