Skip to content

Instantly share code, notes, and snippets.

@dragol7
Created May 1, 2017 20:49
Show Gist options
  • Save dragol7/bd355acfb8497dbc5ccfbea585c5e851 to your computer and use it in GitHub Desktop.
Save dragol7/bd355acfb8497dbc5ccfbea585c5e851 to your computer and use it in GitHub Desktop.
.travis.yml file example
language: php
php:
- '5.6'
- '7.0'
- '7.1'
before_script: composer install
script: vendor/bin/phpunit
# notifications:
# webhooks: http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment