static-cms/.travis.yml
David Calavera b507b96d75
Disable email notification for Travis.
They kill my inbox.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-03-20 11:07:31 -07:00

15 lines
223 B
YAML

language: node_js
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
node_js:
- "6"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn
notifications:
email: false