Skip to content

Commit

Permalink
restart hhvm in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jul 7, 2016
1 parent 3171758 commit 2e417cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:

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

0 comments on commit 2e417cb

Please sign in to comment.