mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
updated travis
This commit is contained in:
parent
fec9e54049
commit
d2df1b0fc9
36
.travis.yml
36
.travis.yml
@ -1,9 +1,37 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
matrix:
|
||||||
- "3.6"
|
include:
|
||||||
- "3.7"
|
- name: "Paperless on Python 3.6"
|
||||||
- "3.8"
|
python: "3.6"
|
||||||
|
|
||||||
|
- name: "Paperless on Python 3.7"
|
||||||
|
python: "3.7"
|
||||||
|
|
||||||
|
- name: "Paperless on Python 3.8"
|
||||||
|
python: "3.8"
|
||||||
|
|
||||||
|
- name: "Documentation"
|
||||||
|
before_install: true
|
||||||
|
install: true
|
||||||
|
script:
|
||||||
|
- cd docs/
|
||||||
|
- make html
|
||||||
|
after_success: true
|
||||||
|
|
||||||
|
- name: "Front end"
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 6
|
||||||
|
before_install: true
|
||||||
|
install:
|
||||||
|
- cd src-ui/
|
||||||
|
- npm install -g
|
||||||
|
script:
|
||||||
|
- cd src-ui/
|
||||||
|
- ng build --prod
|
||||||
|
after_success: true
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user