Skip to content
Snippets Groups Projects
Commit dc4760e4 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'update/tests' into 'master'

Don't waste time on a test that's guaranteed to fail

See merge request !2
parents 903f29b9 037274f0
Branches
No related tags found
1 merge request!2Don't waste time on a test that's guaranteed to fail
Pipeline #133 failed
...@@ -26,7 +26,6 @@ before_script: ...@@ -26,7 +26,6 @@ before_script:
# PHP extensions # PHP extensions
- docker-php-ext-install mbstring mysqli intl gd zip bz2 - docker-php-ext-install mbstring mysqli intl gd zip bz2
- docker-php-ext-enable mbstring mysqli intl gd zip bz2
# Install Composer # Install Composer
- curl -sS https://getcomposer.org/installer | php - curl -sS https://getcomposer.org/installer | php
...@@ -55,6 +54,7 @@ PHPunit:PHP5.3:MySQL: ...@@ -55,6 +54,7 @@ PHPunit:PHP5.3:MySQL:
script: script:
- phpcs -n - phpcs -n
- phpunit - phpunit
when: manual
allow_failure: true allow_failure: true
PHPunit:PHP5.6:MySQL: PHPunit:PHP5.6:MySQL:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment