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

Commit

Permalink
Merge pull request #38 from treffynnon/dev
Browse files Browse the repository at this point in the history
Issue #31 travis-ci integration and Issue #35 markdown extra
  • Loading branch information
farazdagi committed Feb 5, 2012
2 parents f361d8a + bd04018 commit a08eb22
Show file tree
Hide file tree
Showing 2 changed files with 1,245 additions and 18 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"
Loading

0 comments on commit a08eb22

Please sign in to comment.