diff --git a/.travis.yml b/.travis.yml index c799152..02f46e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: php + php: - "5.5" + - "5.4" + +script: phpunit --bootstrap ./tests/bootstrap.php ./tests diff --git a/README.md b/README.md index 799b46e..8690341 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PHP Interface Collection of Killer Libraries to Enhance Stuff +[![Build Status](https://travis-ci.org/joshtronic/pickles.png)](https://travis-ci.org/joshtronic/pickles) + ## What is PICKLES? PICKLES is an open source framework for the rapid development of web applications.