Add docker build to travis tests

pull/1/head
kpcyrd 7 years ago
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…
Cancel
Save