Skip to content

Instantly share code, notes, and snippets.

@brandonferens
Last active August 16, 2016 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonferens/a5b665b12e7bb68de447ffbad9cd1eec to your computer and use it in GitHub Desktop.
Save brandonferens/a5b665b12e7bb68de447ffbad9cd1eec to your computer and use it in GitHub Desktop.
Bitbucket Pipelines Basic Laravel Setup
image: laradock/workspace
pipelines:
default:
- step:
script:
- composer install --prefer-source --no-interaction
- ./vendor/phpunit/phpunit/phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment