Skip to content

Commit

Permalink
fix: update travis to build on PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Jan 16, 2018
1 parent 9d0626a commit e683b23
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1

before_script:
- composer install --dev
Expand Down

0 comments on commit e683b23

Please sign in to comment.