Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 2, 2020
1 parent a3af521 commit 929846b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,42 @@ jobs:
dist: trusty
language: php
php: hhvm-3.18
before_install: composer self-update --2
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: composer self-update --2
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.3
dist: precise
language: php
php: 5.3
before_install: composer self-update --2
install: travis_retry composer update -n -o
script: vendor/bin/phpunit
- name: PHP 5.4
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 929846b

Please sign in to comment.