mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 10:29:16 +01:00
Enable Travis on the master branch & Add PHP 8.1
This commit is contained in:
parent
432f995922
commit
43069a5ecb
@ -8,6 +8,7 @@ language: php
|
||||
php:
|
||||
- 7.4
|
||||
- 8.0
|
||||
- 8.1
|
||||
|
||||
services:
|
||||
- mysql
|
||||
@ -28,10 +29,10 @@ script:
|
||||
|
||||
after_success:
|
||||
# Submit coverage report to https://codecov.io
|
||||
# - bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
# Monitor only these branches
|
||||
branches:
|
||||
only:
|
||||
# - master
|
||||
- dev
|
||||
- master
|
||||
# - dev
|
Loading…
Reference in New Issue
Block a user