Skip to content

Commit

Permalink
Merge branch '2.6' into 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 2, 2020
2 parents 6ffd8a6 + 2e97731 commit 4669484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
dist: trusty
language: php
php: hhvm-3.18
before_install: travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
before_install: composer self-update --2 && travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: HHVM 3.30
dist: trusty
language: php
php: hhvm-3.30
before_install: travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
before_install: composer self-update --2 && travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.4
Expand Down

0 comments on commit 4669484

Please sign in to comment.