Skip to content

Commit f5aeff1

Browse files
authored
Merge pull request #14 from doesntmattr/fix/5.3build
Fix/5.3build
2 parents 4b0a7ff + 466d54e commit f5aeff1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: php
33

44
php:
5-
- 5.3
65
- 5.4
76
- 5.5
87
- 5.6
@@ -12,6 +11,8 @@ env:
1211

1312
matrix:
1413
include:
14+
- php: 5.3
15+
dist: precise
1516
- php: 7.0
1617
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
1718

@@ -25,4 +26,4 @@ before_script:
2526
- composer install --dev
2627

2728
script:
28-
- ./vendor/bin/phpunit
29+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)