Add docker build to travis tests

This commit is contained in:
kpcyrd 2018-01-23 10:47:20 +01:00
parent 8dd1c97d6c
commit d2b0c8a5cd
2 changed files with 4 additions and 1 deletions

View File

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

View File

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