mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
Fix PHP 5.3 build
This commit is contained in:
+7
-1
@@ -8,7 +8,6 @@ cache:
|
|||||||
- $HOME/.composer/cache/files
|
- $HOME/.composer/cache/files
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
@@ -40,6 +39,13 @@ script: |
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
- php: 5.3
|
||||||
|
dist: precise
|
||||||
|
env: TWIG_EXT=yes
|
||||||
|
- php: 5.3
|
||||||
|
dist: precise
|
||||||
|
env: TWIG_EXT=no
|
||||||
exclude:
|
exclude:
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
env: TWIG_EXT=yes
|
env: TWIG_EXT=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user