From b74abf60d821951f1120cb49639ebc47c904896c Mon Sep 17 00:00:00 2001 From: everzet Date: Mon, 25 Mar 2013 12:48:25 +0100 Subject: [PATCH] Update travis configuration/integration --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d5a1c5a7..307df625b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_script: - curl http://getcomposer.org/installer | php - php composer.phar install --dev --prefer-source -script: phpspec run -fpretty -v +script: vendor/bin/phpspec run -fpretty -v diff --git a/README.md b/README.md index 8fdb6d05c..faa322862 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Prophecy +[![Build Status](https://travis-ci.org/phpspec/prophecy.png?branch=master)](https://travis-ci.org/phpspec/prophecy) + Prophecy is a highly opinionated yet very powerful and frexible PHP object mocking framework. Though initially it was created to fullfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal efforts.