github-pages-deploy-action/node_modules/eslint-plugin-graphql/.travis.yml

13 lines
163 B
YAML
Raw Normal View History

2020-03-07 11:45:40 +08:00
language: node_js
node_js:
- "8"
- "10"
install:
- npm install
script:
- npm run lint && npm test
# Allow Travis tests to run in containers.
sudo: false