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

Commit

Permalink
PHP 7.3 support - updated Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Sep 1, 2019
1 parent 9bb9bc5 commit ff4d1bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -33,7 +31,13 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: nightly
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

Expand All @@ -56,4 +60,3 @@ after_script:

notifications:
email: false

0 comments on commit ff4d1bd

Please sign in to comment.