Skip to content

Commit

Permalink
another try with hhvm and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jul 7, 2016
1 parent baadfc3 commit 3f9617b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ matrix:
- os: linux
php: '7.0'

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

- os: osx
osx_image: xcode7.3
Expand All @@ -27,9 +25,6 @@ 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
- if [[ $HHVMPHP7 == "yes" ]]; then sudo service hhvm restart ; sleep 1 ; fi

script:
- bin/phpunit
- if [[ "$TRAVIS_PHP_VERSION" = "hhv*" ]]; then php -d hhvm.php7.all=1 bin/phpunit ; fi
- if [[ "$TRAVIS_PHP_VERSION" = "php*" ]]; then bin/phpunit ; fi

0 comments on commit 3f9617b

Please sign in to comment.