Created
April 4, 2013 22:02
-
-
Save compermisos/5314784 to your computer and use it in GitHub Desktop.
Travis-ci.org base definition to proyects use Phix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: php | |
php: | |
- 5.4 | |
- 5.3 | |
matrix: | |
allow_failures: | |
- php: 5.5 | |
before_script: | |
- pear channel-discover pear.phix-project.org | |
- pear -D auto_discover=1 install -Ba phix/phix4componentdev | |
- phpenv rehash | |
- phing build-vendor | |
script: phing code-review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment