1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-29 18:47:38 +01:00
php-web-maker/.travis.yml
2018-07-31 01:51:28 +05:30

14 lines
283 B
YAML

language: node_js
node_js:
- '10'
install:
- yarn add global eslint
- yarn add global babel-eslint
- yarn add global eslint-plugin-react
- yarn add global eslint-plugin-mocha
- yarn add global eslint-config-synacor
script:
- yarn run lint
- yarn run test
cache: yarn