From 2b84d4750d87a2b82bf80daf946cb44c867be19f Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 8 Feb 2019 21:30:30 +0100 Subject: [PATCH] Revert "updated .gitlab-ci.yml & .travis.yml" This reverts commit 8487f51b43ac7fe2f9a267d5b3092691a3fdcc0f. --- .gitlab-ci.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8359e86..4647b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: # Configure mysql environment variables (https://hub.docker.com/r/_/mysql/) MYSQL_DATABASE: aauth_v3_ci4_testing MYSQL_ROOT_PASSWORD: root - CODEIGNITER_VERSION: 'v4.0.0.0-alpha.5' + CODEIGNITER_VERSION: 'v4.0.0-alpha.4' # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. diff --git a/.travis.yml b/.travis.yml index b617b8f..3d90f1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_install: before_script: - echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - shopt -s extglob dotglob && mkdir aauth_temp && mv !(aauth_temp) aauth_temp - - git clone https://github.com/codeigniter4/CodeIgniter4.git CodeIgniter4 -b v4.0.0.0-alpha.5 + - git clone https://github.com/codeigniter4/CodeIgniter4.git CodeIgniter4 -b v4.0.0-alpha.4 - cp -r aauth_temp/* CodeIgniter4 && cd CodeIgniter4 && cp _travis/env .env - composer install --prefer-source - composer require spomky-labs/otphp --prefer-source