Skip to content

Commit

Permalink
Added Travis testing with HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Crowe committed Feb 7, 2014
1 parent ecf3a92 commit 0631d48
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
@@ -1,15 +1,20 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.3
- 5.4
- 5.5
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- curl -s https://getcomposer.org/installer | php
- php ./composer.phar install --dev --prefer-source
- curl -s https://getcomposer.org/installer | php
- php ./composer.phar install --dev --prefer-source

script: phpunit

notifications:
email: false
email: false

0 comments on commit 0631d48

Please sign in to comment.