Skip to content

Commit

Permalink
Try re-enabling HHVM (last part of #176)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 10, 2017
1 parent 6023652 commit 27195bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist: trusty
php:
- 7.0
- 7.1
- hhvm
- nightly

matrix:
Expand All @@ -16,7 +17,7 @@ matrix:
before_script:
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
- echo "test.xar" > composer.pth
- if [ -f /etc/hhvm/php.ini ] ; then (echo "hhvm.php7.all = 1"; echo "hhvm.hack.lang.look_for_typechecker = 0") | sudo tee -a /etc/hhvm/php.ini ; fi
- if [ -f /etc/hhvm/php.ini ] ; then (echo "hhvm.php7.all = 1"; echo "hhvm.hack.lang.look_for_typechecker = 0") | sudo tee -a /etc/hhvm/php.ini ; hhvm --version ; fi

script:
- (EXCD=0; for i in `ls -1 src/test/config/unittest/*.ini`; do echo "---> $i"; sh xp-run xp.unittest.Runner $i; RES=$?; if [ $RES -ne 0 ]; then EXCD=$RES; fi; done; exit $EXCD;)

0 comments on commit 27195bd

Please sign in to comment.