Skip to content

Commit

Permalink
Merge pull request #14 from doesntmattr/fix/5.3build
Browse files Browse the repository at this point in the history
Fix/5.3build
  • Loading branch information
redthor authored Feb 16, 2018
2 parents 4b0a7ff + 466d54e commit f5aeff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -12,6 +11,8 @@ env:

matrix:
include:
- php: 5.3
dist: precise
- php: 7.0
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable

Expand All @@ -25,4 +26,4 @@ before_script:
- composer install --dev

script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit

0 comments on commit f5aeff1

Please sign in to comment.