Skip to content

Instantly share code, notes, and snippets.

@roidrage
Forked from anonymous/.travis.yml.txt
Created April 18, 2013 14:20
Show Gist options
  • Save roidrage/5413073 to your computer and use it in GitHub Desktop.
Save roidrage/5413073 to your computer and use it in GitHub Desktop.
language: php
php:
- 5.3
before_script: composer install --dev
script: phpunit
branches:
only:
- master
- develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment