Skip to content

Instantly share code, notes, and snippets.

@foxted
Created October 2, 2014 13:55
Show Gist options
  • Save foxted/f8f9c92f0ff1834e2bd0 to your computer and use it in GitHub Desktop.
Save foxted/f8f9c92f0ff1834e2bd0 to your computer and use it in GitHub Desktop.
Travis CI PHPSpec configuration
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer install --prefer-source --no-interaction --dev
script:
- vendor/bin/phpspec run --config=phpspec.yml --no-interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment