We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9952fc commit 16d7f39Copy full SHA for 16d7f39
1 file changed
bitbucket-pipelines.yml
@@ -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
6
image: php:7.3
7
8
pipelines:
@@ -11,7 +6,8 @@ pipelines:
11
- step:
12
name: Test
13
script:
9
+ - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
14
10
- composer install
15
- - ./vendor/bin/phpunit test
+ - ./vendor/bin/phpunit test
16
caches:
17
- composer
0 commit comments