static-cms/.travis.yml
Daniel Ruf de64c227ae chore: add Node.js 8 and 10 (#1364)
* chore: add Node.js 8 and 10

* chore: update dependencies
2018-05-18 11:43:49 -04:00

21 lines
308 B
YAML

language: node_js
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
node_js:
- "6"
- "8"
- "10"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn
notifications:
email: false
before_script:
- yarn add codecov --dev
after_script:
- codecov