1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02:00
Files
php-web-maker/.travis.yml
Kushagra Gour 9ca891f7d0 eslint fixes
2016-12-04 04:09:31 +05:30

8 lines
131 B
YAML

language: node_js
node_js:
- '6.0'
install:
- npm install -g eslint
- npm install -g babel-eslint
script:
- eslint src/*.js