Skip to content

Commit

Permalink
Close #13 (#16)
Browse files Browse the repository at this point in the history
Fix Travis build for PHP 5.3
  • Loading branch information
DavidePastore authored Dec 24, 2017
1 parent 2a577e6 commit 52c6bdc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: php
dist: trusty

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
include:
- php: 5.3
dist: precise

before_script:
- composer self-update
- composer update --prefer-source
Expand Down

0 comments on commit 52c6bdc

Please sign in to comment.