Skip to content

Commit

Permalink
Fix Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Dec 29, 2019
1 parent 01bed92 commit 1d78813
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
dist: xenial

language: php
sudo: false

cache: vendor

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
jobs:
include:
- php: '5.4'
dist: trusty
- php: '5.5'
dist: trusty
- php: '5.6'
- php: '7.0'
- php: '7.1'
- php: '7.2'
- php: '7.3'

before_install:
- composer config -g repositories.packagist path $(pwd)
Expand Down

0 comments on commit 1d78813

Please sign in to comment.