gatsby-starter-blog-forestry/.travis.yml
2017-10-22 00:16:34 +02:00

15 lines
132 B
YAML

language: node_js
os:
- linux
- osx
node_js:
- "node"
- "lts/*"
- "7"
- "8"
script:
- npm install
- npm run lint