Skip to content

Commit 2660379

Browse files
committed
Drop travis
1 parent 8483862 commit 2660379

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ jobs:
3333
- name: Composer
3434
run: make composer
3535

36-
- if: matrix.php == '7.4'
36+
- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
3737
name: Coding standard
3838
run: make cs
3939

40-
- if: matrix.php == '7.4'
40+
- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
4141
name: PHPStan
4242
run: make phpstan
4343

4444
- if: matrix.php == '7.4'
4545
name: Tests
4646
run: make tests
47-

.travis.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# ElasticQuery
22
Elastic documentation converted to php objects for easy using.
33

4-
[![Build Status](https://travis-ci.org/Spameri/ElasticQuery.svg?branch=master)](https://travis-ci.org/Spameri/ElasticQuery)
5-
64
Installation
75
------------
86

0 commit comments

Comments
 (0)