Skip to content

Commit

Permalink
Expand Travis file to support PHP 7 among other things
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Jul 24, 2016
1 parent e41f06c commit 26369fd
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: php

php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
install: composer install --dev
script: "./vendor/bin/phpunit"
- 5.3
- 5.4
- 5.5
- 5.5.9
- 5.6
- 7.0
- hhvm

sudo: false

install:
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpunit

0 comments on commit 26369fd

Please sign in to comment.