Skip to content

Instantly share code, notes, and snippets.

@dragoljub-bogicevic-devtech
Created May 10, 2017 12:36
Show Gist options
  • Save dragoljub-bogicevic-devtech/7ddd0e6b0fbb588f728dde4b3873b7d7 to your computer and use it in GitHub Desktop.
Save dragoljub-bogicevic-devtech/7ddd0e6b0fbb588f728dde4b3873b7d7 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