Skip to content

Commit

Permalink
Enabled testing on HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 19, 2014
1 parent d97f184 commit 8229c9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php: [5.3, 5.4, 5.5]
php: [5.3, 5.4, 5.5, hhvm]

env:
- WEBDRIVER=selenium
Expand All @@ -9,6 +9,8 @@ env:
matrix:
allow_failures:
- env: 'WEBDRIVER=phantomjs'
- php: hhvm
fast_finish: true

before_script:
- export WEB_FIXTURES_HOST=http://localhost
Expand All @@ -26,4 +28,4 @@ before_script:
script: phpunit -v

after_failure:
- cat /tmp/webdriver_output.txt
- cat /tmp/webdriver_output.txt

0 comments on commit 8229c9a

Please sign in to comment.