github-pages-deploy-action/node_modules/eslint-plugin-graphql/.travis.yml
2020-03-06 22:45:40 -05:00

13 lines
163 B
YAML

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