1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 06:03:22 +01:00
php-web-maker/.travis.yml

14 lines
283 B
YAML
Raw Normal View History

2016-06-09 13:58:18 +05:30
language: node_js
node_js:
2018-06-23 22:33:42 +02:00
- '10'
2016-06-09 13:58:18 +05:30
install:
2018-07-31 01:51:28 +05:30
- 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
2016-06-09 13:58:18 +05:30
script:
2018-07-31 01:51:28 +05:30
- yarn run lint
- yarn run test
cache: yarn