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

Typo

parent bddcf8e6
No related branches found
No related tags found
1 merge request!1Add GitLab CI
Pipeline #105 failed
......@@ -14,7 +14,7 @@ before_script:
- |
apt-get -yqqf install zip unzip subversion mysql-client --fix-missing
if [[ $(lsb_relase -a) =~ "stretch" ]]; then
if [[ $(lsb_release -a) =~ "stretch" ]]; then
apt-get -yqqf install default-libmysqlclient-dev --fix-missing
else
apt-get -yqqf install libmysqlclient-dev --fix-missing
......@@ -32,7 +32,7 @@ before_script:
# PHPUnit
- |
if [[ $(php -v) =~ "^PHP 7" ]]; then
if [[ $(php -v) =~ "^PHP 7\." ]]; then
php composer.phar global require "phpunit/phpunit=6.1.*"
else
php composer.phar global require "phpunit/phpunit=4.8.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment