Skip to content

Commit

Permalink
Update travis configuration/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Mar 25, 2013
1 parent ef6a5ad commit b74abf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 2 additions & 0 deletions 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.
Expand Down

0 comments on commit b74abf6

Please sign in to comment.