Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Hürtgen
ninja-mutex
Commits
32891371
Commit
32891371
authored
Nov 15, 2017
by
Daniel Hürtgen
Browse files
TASK: Only validate platform reqs while unit testing & remove test for 5.3 & 5.4
parent
3e7c4ddd
Pipeline
#367
failed with stages
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
32891371
...
...
@@ -12,7 +12,7 @@ stages:
-
php -v
-
composer --no-ansi self-update
-
composer --no-ansi --version
-
composer install --optimize-autoloader --classmap-authoritative --no-interaction --prefer-dist --no-ansi
-
composer install --optimize-autoloader --classmap-authoritative --no-interaction --prefer-dist --no-ansi
--ignore-platform-reqs
artifacts
:
when
:
on_failure
paths
:
...
...
@@ -37,15 +37,10 @@ lint:coding-guideline:
WITH_XDEBUG
:
"
true"
before_script
:
-
apt-get update; apt-get install -y unzip
-
docker-php-ext-enable redis
-
composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
script
:
-
./vendor/bin/phpunit --coverage-text --colors=never
test:5.3:
<<
:
*test
image
:
tetraweb/php:5.3
test:5.4:
<<
:
*test
image
:
tetraweb/php:5.4
test:5.5:
<<
:
*test
image
:
tetraweb/php:5.5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment