mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Update php and Fix error:0308010C:digital envelope routines in TravisCI
This commit is contained in:
parent
ee22e24cf1
commit
0f5d259d02
@ -2,13 +2,14 @@ language: php
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
- 8.0
|
||||
|
||||
before_script:
|
||||
- cp .env.travis .env
|
||||
- travis_retry composer self-update
|
||||
- travis_retry composer install --no-interaction
|
||||
- php artisan key:generate
|
||||
- nvm install node
|
||||
- nvm install node --lts
|
||||
- npm install npm@latest -g
|
||||
- npm install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user