This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/yaml-ast-parser/.travis.yml

13 lines
188 B
YAML

language: node_js
notifications:
email:
on_success: change
on_failure: change
node_js:
- "4.0"
before_script: npm run devInstall
script: npm run buildall && npm run testall