Roundsman contains a couple of (bash) shell scripts which are designed to prepare a linux system for development.
Simple bash script to bring a ubuntu system up to speed regarding the newest development tools.
Add this to your .travis.yml config in order to use phing on travis-ci. Sample:
language: php
php:
- 5.3
- 5.4
before_script: wget -q -O - https://raw.github.com/chluehr/roundsman/master/travis-phing.sh
script: ./travis-phing.sh
Dummy, just for testing the travis setup.