Skip to content

Commit e665c56

Browse files
authored
Merge pull request #1 from hrodic/travis
Travis
2 parents 5f972cb + f5292bc commit e665c56

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@ cache:
66

77
env:
88
global:
9-
- PHPUNIT_FLAGS='--verbose'
9+
- PHPUNIT_FLAGS='--testdox --verbose'
1010

1111
sudo: false
1212

1313
notifications:
1414
email: false
1515

1616
php:
17-
- 7.2
1817
- 7.3
1918
- 7.4
2019

2120
matrix:
2221
fast_finish: true
2322

24-
before_install:
25-
2623
install:
2724
- composer update
2825

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Integration testing library in PHP for databases and other common infrastructure related tests.
44

5+
[![Build Status](https://travis-ci.com/hrodic/php-integration-testing.svg?branch=master)](https://travis-ci.com/hrodic/php-integration-testing)
6+
57
It is developed as a set of extensions for PHPUnit that hooks on different events and executes your fixtures.
68

79
Currently you can run custom fixtures on the following PHPUnit hooks:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"minimum-stability": "stable",
2121
"prefer-stable": true,
2222
"require": {
23-
"php": "^7.2",
23+
"php": "^7.3",
2424
"ext-pdo": "*",
2525
"ext-json": "*"
2626
},

0 commit comments

Comments
 (0)