Skip to content

Commit

Permalink
Fix build failures for php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas authored Jul 21, 2019
1 parent f66ecd4 commit eafdd16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ matrix:

os:
- linux

dist: trusty

install:
# Install composer packages, will also trigger dump-autoload
Expand Down Expand Up @@ -45,4 +47,4 @@ after_success:
cache:
directories:
- vendor
- $HOME/.cache/composer
- $HOME/.cache/composer

0 comments on commit eafdd16

Please sign in to comment.