WIP - add extractor, generate snippet_data
This commit is contained in:
12
node_modules/eslint-plugin-graphql/.travis.yml
generated
vendored
Normal file
12
node_modules/eslint-plugin-graphql/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user