Skip to content

Commit

Permalink
Revert "Update .travis.yml"
Browse files Browse the repository at this point in the history
This reverts commit f52b0a0.
  • Loading branch information
GrahamCampbell committed Jun 2, 2020
1 parent f52b0a0 commit 2e97731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ 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
Expand Down

0 comments on commit 2e97731

Please sign in to comment.