Files
30-seconds-of-code/node_modules/eslint-plugin-graphql/.travis.yml
2019-08-20 15:52:05 +02: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