From 4178d68bf387002aa69cb15566f06a67865e0416 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 8 Feb 2019 13:07:06 +0100 Subject: [PATCH] updated .travis.yml & .gitlab-ci.yml for further TOTP testing --- .gitlab-ci.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4b4430..4647b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ before_script: - git clone https://github.com/codeigniter4/CodeIgniter4.git CodeIgniter4 -b ${CODEIGNITER_VERSION} - cp -r aauth_temp/* CodeIgniter4 && cd CodeIgniter4 && cp _travis/env_gitlab .env - composer install --prefer-source + - composer require spomky-labs/otphp --prefer-source # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service # See http://docs.gitlab.com/ce/ci/services/README.html for examples. diff --git a/.travis.yml b/.travis.yml index 20a45a6..3d90f1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,4 @@ before_script: - 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