static-cms/.travis.yml
2018-07-31 15:46:52 -04:00

17 lines
213 B
YAML

language: node_js
cache:
yarn: true
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
node_js:
- "8"
- "10"
install:
- yarn bootstrap
notifications:
email: false
git:
depth: 5