undo
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '6'
|
- '6'
|
||||||
python:
|
|
||||||
- '3.5'
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g eslint
|
- npm install -g eslint
|
||||||
- apt-get update && apt-get install python3-pip && pip3 install flake8
|
|
||||||
script:
|
script:
|
||||||
- cd app && eslint src
|
- cd app && eslint src
|
||||||
- flake8
|
|
||||||
|
|||||||
Reference in New Issue
Block a user