#90 build app.js outside of main Docker image
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user