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

Commit

Permalink
Merge branch 'master' into v5.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 14, 2018
2 parents 2fdb046 + 49db4e7 commit 19f560f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
composer.lock
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: php
install:
- rm -rf vendor
- composer install
- rm -rf vendor
- composer install
script:
- vendor/bin/phpunit
- vendor/bin/phpunit
sudo: false
php:
- 7.1
- 7.2
matrix:
fast_finish: true
notifications:
email: false

0 comments on commit 19f560f

Please sign in to comment.