Add docker build to travis tests

pull/1/head
kpcyrd 7 years ago
parent 8dd1c97d6c
commit d2b0c8a5cd

@ -1,5 +1,7 @@
data
Dockerfile
docker-compose.yml
.dockerignore
.git
.gitignore
.gitignore
node_modules

@ -9,3 +9,4 @@ node_js:
script:
- npm run-script lint
- npm run-script flow
- docker build -t xwiki/cryptpad .

Loading…
Cancel
Save