Skip to content

Commit 16d7f39

Browse files
committed
bitbucket-pipelines.yml edited online with Bitbucket
1 parent a9952fc commit 16d7f39

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Template PHP Build
2-
3-
# This template allows you to validate your PHP application.
4-
# The workflow allows running tests and code linting on the default branch.
5-
61
image: php:7.3
72

83
pipelines:
@@ -11,7 +6,8 @@ pipelines:
116
- step:
127
name: Test
138
script:
9+
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1410
- composer install
15-
- ./vendor/bin/phpunit test
11+
- ./vendor/bin/phpunit test
1612
caches:
1713
- composer

0 commit comments

Comments
 (0)