Last active
August 29, 2015 14:18
-
-
Save j13k/935648483c08a462565f to your computer and use it in GitHub Desktop.
Sample file for INI-based Sismo project configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; 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