Skip to content

Commit

Permalink
add php7 to hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jul 7, 2016
1 parent adc2d1c commit 3171758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
php: '7.0'

- os: linux
php: hhvm-3.12
php: hhvm
env:
- HHVMPHP7="yes"

Expand All @@ -27,5 +27,8 @@ install:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction --ignore-platform-reqs

before_script:
- if [[ $HHVMPHP7 == "yes" ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi

script:
- bin/phpunit

0 comments on commit 3171758

Please sign in to comment.