From 13fc2138c7c016b612d5edec6d0200e3f6637591 Mon Sep 17 00:00:00 2001 From: staskrak Date: Sun, 7 May 2017 22:10:48 +0300 Subject: [PATCH] :elephant: add the travis build config --- .travis.yml | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c73127a --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 08b5654..839a250 100755 --- a/README.md +++ b/README.md @@ -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 \