Files
nginx-php-fpm/.travis.yml
2017-01-04 11:26:42 +00:00

19 lines
270 B
YAML

language: python
python:
- 2.7
services:
- docker
install:
- docker build -t php .
- docker run -d -p 127.0.0.1:80:80 --name nginx-php-fpm php
script:
- docker ps
- sleep 5
- curl 127.0.0.1:80
notifications:
slack: ngineered:EIKJFrzibOe0TwUhLXNe8Q2Q