Browse Source

updated .travis.yml & .gitlab-ci.yml

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

2
.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-alpha.4'
CODEIGNITER_VERSION: 'v4.0.0.0-alpha.5'
# Run our tests
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.

2
.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-alpha.4
- git clone https://github.com/codeigniter4/CodeIgniter4.git CodeIgniter4 -b v4.0.0.0-alpha.5
- 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