Skip to content

Commit

Permalink
add PHP_VERSION environment variable into travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yquan committed Sep 13, 2016
1 parent 4586bb1 commit b9058f8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ matrix:
fast_finish: true
include:
- php: 5.6
env:
- PHP_VERSION=php-5.6
- php: 7.0
env:
- PHP_VERSION=php-7.0
- php: 7.1
env: FORCE_XDEBUG_ENABLE=true
env:
- PHP_VERSION=php-7.1
- FORCE_XDEBUG_ENABLE=true
- php: nightly
env: FORCE_XDEBUG_ENABLE=true
env:
- PHP_VERSION=php-nightly
- FORCE_XDEBUG_ENABLE=true
- php: hhvm
env: FORCE_XDEBUG_ENABLE=true
env:
- PHP_VERSION=hhvm-stable
- FORCE_XDEBUG_ENABLE=true
- php: hhvm-nightly
env: FORCE_XDEBUG_ENABLE=true
env:
- PHP_VERSION=hhvm-nightly
- FORCE_XDEBUG_ENABLE=true
allow_failures:
- php: nightly
- php: hhvm-nightly
Expand Down

0 comments on commit b9058f8

Please sign in to comment.