mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
ci: test the Dockerfile
Add a `Test Dockerfile` job to Travis that checks the `docker build` exit code. More useful tests can be added later.
This commit is contained in:
parent
5b4bca2c6e
commit
69fd393708
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@ language: node_js
|
|||
node_js:
|
||||
- "lts/*"
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
global:
|
||||
- secure: "WMGxFkOeTTlhWB+ChMucRtIqVmMbwzYdNHuHQjKCcj8HBEPdZLfCuK/kf4rG\nVLcLQiIsyllqzNhBGVHG1nyqWr0/LTm8JRqSCDDVIhpyzp9KpCJQQJG2Uwjk\n6/HIJJh/wbxsEdLNV2crYU/EiVO3A4Bq0YTHUlbhUqG3mSCr5Ec="
|
||||
|
@ -17,6 +20,9 @@ jobs:
|
|||
- "npm install ep_test_line_attrib"
|
||||
script:
|
||||
- "tests/frontend/travis/runner.sh"
|
||||
- name: "Test the Dockerfile"
|
||||
script:
|
||||
- "docker build ."
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue