Skip to content

Commit 2f62844

Browse files
authored
Merge pull request #20 from drupal-composer/travis-build
Fix build process for php 5.3
2 parents bc43fea + 37e04dc commit 2f62844

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: php
2+
dist: trusty
23
php:
34
- "5.5"
45
- "5.4"
5-
- "5.3"
6+
matrix:
7+
include:
8+
- php: "5.3"
9+
dist: precise
610
install:
711
- composer install
812
script:

0 commit comments

Comments
 (0)