We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d7f39 commit a264353Copy full SHA for a264353
1 file changed
bitbucket-pipelines.yml
@@ -6,6 +6,9 @@ pipelines:
6
- step:
7
name: Test
8
script:
9
+ - apt-get update && apt-get install -qy git curl libzip-dev zip
10
+ - yes | pecl install mcrypt-1.0.1
11
+ - docker-php-ext-install zip
12
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
13
- composer install
14
- ./vendor/bin/phpunit test
0 commit comments