static-cms/.travis.yml

15 lines
223 B
YAML
Raw Normal View History

2016-10-05 17:45:19 +02:00
language: node_js
2016-10-14 12:46:55 +02:00
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
2016-10-05 17:45:19 +02:00
node_js:
2016-10-14 12:46:55 +02:00
- "6"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn
notifications:
email: false