Skip to content

Commit 5e983b9

Browse files
committed
Follow travis doc for running php 5.3
1 parent 4b0a7ff commit 5e983b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212

1313
matrix:
1414
include:
15+
- php: 5.3
16+
dist: precise
1517
- php: 7.0
1618
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
1719

@@ -25,4 +27,4 @@ before_script:
2527
- composer install --dev
2628

2729
script:
28-
- ./vendor/bin/phpunit
30+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)