mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-29 11:09:27 -05:00
travis fixes
This commit is contained in:
parent
79e6b1f5dd
commit
1e0020b56b
@ -1,6 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Paperless on Python 3.6"
|
- name: "Paperless on Python 3.6"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
@ -12,7 +12,6 @@ matrix:
|
|||||||
python: "3.8"
|
python: "3.8"
|
||||||
|
|
||||||
- name: "Documentation"
|
- name: "Documentation"
|
||||||
before_install: true
|
|
||||||
script:
|
script:
|
||||||
- cd docs/
|
- cd docs/
|
||||||
- make html
|
- make html
|
||||||
@ -25,9 +24,8 @@ matrix:
|
|||||||
before_install: true
|
before_install: true
|
||||||
install:
|
install:
|
||||||
- cd src-ui/
|
- cd src-ui/
|
||||||
- npm install -g
|
- npm install -g @angular/cli
|
||||||
script:
|
script:
|
||||||
- cd src-ui/
|
|
||||||
- ng build --prod
|
- ng build --prod
|
||||||
after_success: true
|
after_success: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user