Skip to content

Commit 226bb5e

Browse files
committed
Added PHP 5.5 on travis and forced the source install
The dist packages are less reliable on github.
1 parent 25a4609 commit 226bb5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67

7-
before_script: composer install --dev
8+
before_script: composer install --dev --prefer-source
89

910
notifications:
1011

0 commit comments

Comments
 (0)