chore(ci): adds travis ci

This commit is contained in:
Gareth Flowers
2019-10-16 17:04:30 +01:00
committed by GitHub
parent 8e053b39f3
commit cc4c18f534

15
.travis.yml Normal file
View 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