Browse Source

Add docker build to travis tests

master
kpcyrd 3 years ago
parent
commit
d2b0c8a5cd
2 changed files with 4 additions and 1 deletions
  1. 4
      .dockerignore
  2. 1
      .travis.yml

4
.dockerignore

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

1
.travis.yml

@ -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