Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active January 23, 2019 12:09
Show Gist options
  • Save sergeykuzmich/112d65c7998be8d3644c641b247abafb to your computer and use it in GitHub Desktop.
Save sergeykuzmich/112d65c7998be8d3644c641b247abafb to your computer and use it in GitHub Desktop.
'Dummy' TravisCI config
language: php
php:
- 7.0
script:
# Just verify that there are no syntax errors in PHP files.
- php -l *.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment