Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Issue #31 travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Feb 5, 2012
1 parent 5cba8e0 commit bd04018
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: php
php:
- 5.3
- 5.4
- 5.3
- 5.4
before_script:
- pyrus install pear/PEAR
- pyrus install pear/Console_CommandLine
- pyrus install pear/Console_Color
- PATH=$PATH\:$(pwd) ; export PATH
- ln -s $(pwd)/bin/phr.php $(pwd)/phr-dev
- phpenv rehash
script: "phpunit --configuration tests/phpunit.xml"

0 comments on commit bd04018

Please sign in to comment.