Add docker build to travis tests
This commit is contained in:
parent
8dd1c97d6c
commit
d2b0c8a5cd
@ -1,5 +1,7 @@
|
|||||||
data
|
data
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
.dockerignore
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
node_modules
|
||||||
|
|||||||
@ -9,3 +9,4 @@ node_js:
|
|||||||
script:
|
script:
|
||||||
- npm run-script lint
|
- npm run-script lint
|
||||||
- npm run-script flow
|
- npm run-script flow
|
||||||
|
- docker build -t xwiki/cryptpad .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user