Skip to content

Instantly share code, notes, and snippets.

@j13k
Last active August 29, 2015 14:18
Show Gist options
  • Save j13k/935648483c08a462565f to your computer and use it in GitHub Desktop.
Save j13k/935648483c08a462565f to your computer and use it in GitHub Desktop.
Sample file for INI-based Sismo project configuration
;
; Sample config for INI-file based Sismo project configuration
;
; Requires a counterpart config.php script, which is available as a gist:
; https://gist.github.com/j13k/4addfc987570acb82db2
;
[project1]
type = github
name = Twig
slug = twig
repository = twigphp/Twig
branch = master
urlPattern = "https://github.com/twigphp/Twig/commit/%commit%"
; Commands are joined with ' && ' and assigned in a single call to setCommand()
commands[] = "if [ -f composer.json ]; then composer install; fi"
commands[] = phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment