Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ab0d2c3

Browse files
fix php 5.3 support for travis-ci
1 parent 7ddaedc commit ab0d2c3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ language: php
22

33
sudo: false
44

5-
matrix:
6-
include:
7-
- php: 5.3
8-
dist: precise
9-
105
php:
116
- 5.3
127
- 5.4
@@ -16,11 +11,17 @@ php:
1611
- 7.2
1712
- nightly
1813

14+
matrix:
15+
include:
16+
- php: 5.3
17+
dist: precise
18+
1919
cache:
2020
directories:
2121
- $HOME/.composer/cache
2222

2323
before_script:
2424
- composer install
2525

26-
script: composer test
26+
script:
27+
- composer test

0 commit comments

Comments
 (0)