Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 11, 2019
1 parent dc97088 commit ba415aa
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
language: php

dist: trusty
php:
- 5.6
- 5.5
- 5.4
# - 5.3
- 7.0

env:
- TRAVIS=true
- 5.6

matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 5.4
dist: precise

env:
- TRAVIS=true

before_install:
- composer self-update || true
Expand Down

0 comments on commit ba415aa

Please sign in to comment.