Skip to content
Snippets Groups Projects
Commit 5afc0226 authored by Thomas Flori's avatar Thomas Flori
Browse files

test php7 and php5.6

parent 255b77df
No related branches found
No related tags found
No related merge requests found
Pipeline #361 failed with stage
in 1 minute and 50 seconds
image: "iras/php7-alpine"
test:
test:7.0:
image: "iras/php7-fpm"
artifacts:
paths:
- coverage/
script:
- wget http://getcomposer.org/installer -O - | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- composer test-wcc
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment