Skip to content

Instantly share code, notes, and snippets.

@compermisos
Created April 4, 2013 22:02
Show Gist options
  • Save compermisos/5314784 to your computer and use it in GitHub Desktop.
Save compermisos/5314784 to your computer and use it in GitHub Desktop.
Travis-ci.org base definition to proyects use Phix
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