mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Build docker image in Travis
This commit is contained in:
parent
a590fdaec6
commit
557d730974
11
.travis.yml
11
.travis.yml
@ -12,6 +12,17 @@ matrix:
|
|||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
- python: "3.7-dev"
|
- python: "3.7-dev"
|
||||||
|
- env: BUILD_DOCKER=1
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
before_install:
|
||||||
|
- true
|
||||||
|
install:
|
||||||
|
- true
|
||||||
|
script:
|
||||||
|
- docker build -t paperless .
|
||||||
|
after_success:
|
||||||
|
- true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip pipenv sphinx
|
- pip install --upgrade pip pipenv sphinx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user