Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drone deploy #12

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update .drone.yml
  • Loading branch information
miguelacaro authored Mar 12, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1c892ea2add9d39bdd474f3304a00531d9904409
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline:
composer-install:
image: fpfis/php71-build
comands: composer install
comands: composer install --ansi
test:
image: fpfis/php71-build
commands: php -l index.php