mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-06-27 16:56:57 +00:00
chore(ci): adds travis ci
This commit is contained in:
parent
8e053b39f3
commit
cc4c18f534
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: bash
|
||||
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- docker build --tag mediawiki-ldap .
|
||||
- docker run --detach --publish 80:80 mediawiki-ldap
|
||||
|
||||
script:
|
||||
- wget --spider http://localhost:80
|
Loading…
x
Reference in New Issue
Block a user