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.