Skip to content

Commit

Permalink
Hopefully fix build process for php 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derhasi authored Jul 20, 2017
1 parent bc43fea commit b860cbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: php
dist: trusty
php:
- "5.5"
- "5.4"
- "5.3"
matrix:
include:
- php: "5.3"
dist: precise
install:
- composer install
script:
Expand Down

0 comments on commit b860cbf

Please sign in to comment.