-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (21 loc) · 722 Bytes
/
.travis.yml
File metadata and controls
28 lines (21 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: php
php:
- 5.6
- 7.4
- 8.0
install:
- composer install --verbose --dev
before_script:
- curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=4.10.3 bash
after_script:
- CODECLIMATE_REPO_TOKEN=f902cf0106a533c8e71e32f334ce4464167a58b0daaf883ddc30c8dcd6a323f1 ./vendor/bin/test-reporter
before_deploy:
- tar -zcf bin.tgz conf src LICENSE README.md alarmes.php metrics.php
deploy:
provider: releases
api_key:
secure: hF0Ni/BeP8J27UfKArOLbxh4luVWO0LJmoxwMiJYRPIjyWgvSXQ10pxZ0Ygr8ea+FBrE0FktNqeoUz8lu5aoehJuGTCKlGfRUWfZDbv4lXMDLa853x62IiICNEeZdUHvg3QZOcyE+u6mnTvuHcB61IOq+Dr/vyL+uAWmAzazbdA=
file: "bin.tgz"
skip_cleanup: true
on:
tags: true