Maintenance: Use zammad-api-client-php branch with tests compatible to Zammad 5.0.
This commit is contained in:
parent
9435da0a36
commit
4905812382
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ api_client_php:
|
||||||
script:
|
script:
|
||||||
- RAILS_ENV=test bundle exec rake db:create
|
- RAILS_ENV=test bundle exec rake db:create
|
||||||
- RAILS_ENV=test bundle exec rake zammad:ci:test:start zammad:setup:auto_wizard
|
- RAILS_ENV=test bundle exec rake zammad:ci:test:start zammad:setup:auto_wizard
|
||||||
- git clone https://github.com/zammad/zammad-api-client-php.git
|
- git clone https://github.com/zammad/zammad-api-client-php.git -b zammad-ci-5.0 # Use state with tests compatible to 5.0
|
||||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
- php composer-setup.php --install-dir=/usr/local/bin
|
- php composer-setup.php --install-dir=/usr/local/bin
|
||||||
- ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
|
- ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
|
||||||
|
|
Loading…
Reference in a new issue