Skip to content
Snippets Groups Projects
.gitlab-ci.yml 435 B
Newer Older
Thomas Flori's avatar
Thomas Flori committed
test:7.0:
  image: "iras/php7-fpm"
Thomas Flori's avatar
Thomas Flori committed
  script:
Thomas Flori's avatar
Thomas Flori committed
    - wget http://getcomposer.org/installer -O - | php -- --install-dir=/usr/local/bin --filename=composer
Thomas Flori's avatar
Thomas Flori committed
    - composer install
    - composer test-wcc
Thomas Flori's avatar
Thomas Flori committed

test:5.6:
  image: "iras/php5-fpm"
  script:
    - wget http://getcomposer.org/installer -O - | php -- --install-dir=/usr/local/bin --filename=composer
    - composer install
    - composer test