Skip to content

Commit a264353

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ pipelines:
66
- step:
77
name: Test
88
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
912
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1013
- composer install
1114
- ./vendor/bin/phpunit test

0 commit comments

Comments
 (0)