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 471ea86 + f52b0a0 commit 6ffd8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,21 @@ jobs:
dist: trusty
language: php
php: 5.4
before_install: composer self-update --2
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.5.9
dist: trusty
language: php
php: 5.5.9
before_install: composer self-update --2
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.5
dist: trusty
language: php
php: 5.5
before_install: composer self-update --2
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.6
Expand Down

0 comments on commit 6ffd8a6

Please sign in to comment.