Skip to content

Instantly share code, notes, and snippets.

@faboo03
Created January 26, 2016 09:11
Show Gist options
  • Save faboo03/e0bddbc8391f0b7b2ace to your computer and use it in GitHub Desktop.
Save faboo03/e0bddbc8391f0b7b2ace to your computer and use it in GitHub Desktop.
Example .travis
language: php
php:
- 5.5
- 5.6
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
before_script:
- composer install -n
script:
- phpunit -c app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment