This commit is contained in:
Henning Jacobs
2016-12-22 17:31:15 +01:00
parent 4e519a58ec
commit f6358331b8

View File

@@ -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