Skip to content

Instantly share code, notes, and snippets.

@kittinan
Created October 15, 2015 15:46
Show Gist options
  • Save kittinan/f2630a657d1c361c8056 to your computer and use it in GitHub Desktop.
Save kittinan/f2630a657d1c361c8056 to your computer and use it in GitHub Desktop.
gitlab yml
before_script:
- composer install --prefer-dist
job1:
script:
- vendor/bin/phpunit tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment