Last active
August 16, 2016 18:37
-
-
Save brandonferens/a5b665b12e7bb68de447ffbad9cd1eec to your computer and use it in GitHub Desktop.
Bitbucket Pipelines Basic Laravel Setup
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
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