mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02: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:
|
php:
|
||||||
- 7.4
|
- 7.4
|
||||||
- 8.0
|
- 8.0
|
||||||
|
- 8.1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
@ -28,10 +29,10 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# Submit coverage report to https://codecov.io
|
# 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
|
# Monitor only these branches
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
# - master
|
- master
|
||||||
- dev
|
# - dev
|
Loading…
x
Reference in New Issue
Block a user