Skip to content

Commit dc9ffbc

Browse files
committed
Travis update: Aug 2025 (Build 948)
[skip ci]
1 parent c29f510 commit dc9ffbc

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

.travis.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# NOTE: This file is auto-generated by OpenAPI Generator.
2-
31
language: php
4-
2+
# Bionic environment has preinstalled PHP from 7.1 to 7.4
3+
# https://docs.travis-ci.com/user/reference/bionic/#php-support
4+
dist: bionic
55
php:
6-
- '8.1'
7-
8-
install:
9-
- composer install
10-
11-
deploy:
12-
provider: script
13-
script: |
14-
curl -X POST -H 'content-type:application/json' 'https://packagist.org/api/update-package?username=messente.developers&apiToken=${PACKAGIST_ACCESS_TOKEN}' -d '{"repository":{"url":"https://packagist.org/packages/messente/messente-api-php"}}'
15-
on:
16-
tags: true
6+
- 7.4
7+
before_install: "composer install"
8+
script: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)