commit | 15a29e11a1003ff253b4df7c8a4c6e97b052a06d | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Mar 14 10:51:36 2012 +0000 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Mar 14 10:51:36 2012 +0000 |
tree | 8297ecf0727c574bd90cb12413f687f8413dce2e | |
parent | 0fe8c8e21315e00dbc06a87290fb268a2dc999a9 [diff] [blame] | |
parent | ce707b4cafd64b95031690cf927584b1d60c7ad7 [diff] [blame] |
Merged unit test progress.
diff --git a/.travis.yml b/.travis.yml index 4e13a83..032bf9d 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -10,4 +10,9 @@ - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz - phpenv rehash -script: phpunit --configuration tests/phpunit.xml \ No newline at end of file +script: phpunit --configuration tests/phpunit.xml + +branches: + only: + - develop + - master \ No newline at end of file