Skip to content

Commit

Permalink
Merge pull request #315 from jackalope/fix-build
Browse files Browse the repository at this point in the history
drop 5.3.3 build as it no longer works on travis
  • Loading branch information
dbu committed Jan 22, 2016
2 parents 4a86736 + 46c625c commit 2cc07cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -26,11 +25,11 @@ matrix:
- php: hhvm
# hhvm will fail until libxml support is added https://github.com/facebook/hhvm/issues/1194
include:
- php: 5.3.3
- php: 5.3
env: DB=mysql PACKAGE_VERSION=low
- php: 5.3.3
- php: 5.3
env: DB=pgsql PACKAGE_VERSION=low
- php: 5.3.3
- php: 5.3
env: DB=sqlite PACKAGE_VERSION=low

before_script:
Expand Down

0 comments on commit 2cc07cc

Please sign in to comment.