Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 19f560f

Browse files
committed
Merge branch 'master' into v5.7.7
2 parents 2fdb046 + 49db4e7 commit 19f560f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
composer.lock

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: php
22
install:
3-
- rm -rf vendor
4-
- composer install
3+
- rm -rf vendor
4+
- composer install
55
script:
6-
- vendor/bin/phpunit
6+
- vendor/bin/phpunit
77
sudo: false
88
php:
99
- 7.1
1010
- 7.2
1111
matrix:
1212
fast_finish: true
13+
notifications:
14+
email: false

0 commit comments

Comments
 (0)