Skip to content

Commit 6ffd8a6

Browse files
Merge branch '2.6' into 3.6
2 parents 471ea86 + f52b0a0 commit 6ffd8a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,21 @@ jobs:
1818
dist: trusty
1919
language: php
2020
php: 5.4
21+
before_install: composer self-update --2
2122
install: travis_retry composer update -n -o
2223
script: vendor/bin/phpunit
2324
- name: PHP 5.5.9
2425
dist: trusty
2526
language: php
2627
php: 5.5.9
28+
before_install: composer self-update --2
2729
install: travis_retry composer update -n -o
2830
script: vendor/bin/phpunit
2931
- name: PHP 5.5
3032
dist: trusty
3133
language: php
3234
php: 5.5
35+
before_install: composer self-update --2
3336
install: travis_retry composer update -n -o
3437
script: vendor/bin/phpunit
3538
- name: PHP 5.6

0 commit comments

Comments
 (0)