Skip to content

Commit 2e97731

Browse files
Revert "Update .travis.yml"
This reverts commit f52b0a0.
1 parent f52b0a0 commit 2e97731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ jobs:
44
dist: trusty
55
language: php
66
php: hhvm-3.18
7+
before_install: composer self-update --2
78
install: travis_retry composer update -n -o
89
script: vendor/bin/phpunit
910
- name: HHVM 3.30
1011
dist: trusty
1112
language: php
1213
php: hhvm-3.30
14+
before_install: composer self-update --2
1315
install: travis_retry composer update -n -o
1416
script: vendor/bin/phpunit
1517
- name: PHP 5.3

0 commit comments

Comments
 (0)