Skip to content
Snippets Groups Projects
Commit 9f91b758 authored by Tibo's avatar Tibo
Browse files

gitlab-ci

parent 3e45e620
No related branches found
No related tags found
No related merge requests found
Pipeline #1557 passed
services:
- mongo
## Cache composer packages between all jobs and all branches
## of this project...
cache:
......@@ -5,10 +8,6 @@ cache:
paths:
- composer-cache/
# https://hub.docker.com/_/php/
image: php:7.2
before_script:
# Install git, the php image doesn't have installed
- apt-get update -yqq
......@@ -32,7 +31,7 @@ before_script:
- php artisan migrate
# Test with PHP7
# Test with PHP7.2
test:php72:
image: php:7.2
script:
......
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