Skip to content

Commit

Permalink
🐘 add the travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
staskrak committed May 7, 2017
1 parent 1374f24 commit 13fc213
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- 2.7
- 3.5

services:
- docker

install:
- docker build -t php-fpm .
- docker run -d -p 127.0.0.1:9000:9000 --name php-fpm php-fpm

script:
- docker ps | grep -q php-fpm
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**Helpful PHP-FPM image from oficial debian:jessie**

[![Build Status](https://travis-ci.org/lyberteam/php-fpm-7.0.12.png?branch=master)](https://travis-ci.org/lyberteam/php-fpm-7.0.12)

> PHP-FPM version - 7.0.18 \
> This image was done from the official php-fpm image; \
> There are also have installed a lot of useful extensions \
Expand Down

0 comments on commit 13fc213

Please sign in to comment.