#90 build app.js outside of main Docker image

This commit is contained in:
Henning Jacobs
2017-01-14 15:45:26 +01:00
parent c9d0bdb1fb
commit 05fca4a089
8 changed files with 116 additions and 17 deletions

View File

@@ -1,7 +1,10 @@
language: node_js
node_js:
- '6'
before_script:
language: python
python:
- "3.5"
install:
- pip install tox tox-travis coveralls
- npm install -g eslint
script:
- cd app && eslint src
- tox
after_success:
- coveralls