From 2810a1e4221fad91255b574af9af534fcb9aafb1 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Thu, 2 Jun 2016 11:03:17 -0700 Subject: [PATCH] adding travis ci files --- .travis.yml | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..44229e8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php +php: + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.0 +install: + - composer create-project --no-interaction +script: + - php core/console --generate diff --git a/README.md b/README.md index b6b487b..958b08e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/pattern-lab/edition-php-twig-standard.svg?branch=master)](https://travis-ci.org/pattern-lab/edition-php-twig-standard) + # Pattern Lab Standard Edition for Twig [DEVELOPER PREVIEW] The Standard Edition for Twig gives developers and designers a clean and stable base from which to develop a Twig-based pattern library.