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/ts-log/.travis.yml

15 lines
205 B
YAML

language: node_js
os: linux
dist: xenial
node_js:
- "14"
branches:
only:
- master
script:
- npm run build
- npm run lint
- npm run coverage
after_success:
- npm run coveralls