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

10 lines
173 B
YAML
Raw Normal View History

2016-06-09 13:58:18 +05:30
language: node_js
node_js:
2018-06-22 21:08:15 +05:30
- '10.1.0'
2016-06-09 13:58:18 +05:30
install:
- npm install -g eslint
2016-12-04 04:08:38 +05:30
- npm install -g babel-eslint
2018-06-22 21:08:15 +05:30
- npm install -g eslint-config-synacor
2016-06-09 13:58:18 +05:30
script:
- npm run lint