Browse Source

updated .travis.yml & .gitlab-ci.yml for further TOTP testing

v3-dev
REJack 6 years ago
parent
commit
4178d68bf3
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 1
      .gitlab-ci.yml
  2. 1
      .travis.yml

1
.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.

1
.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

Loading…
Cancel
Save