Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #139 from judsonco/cleanup/add-hhvm-php7-to-travis
Browse files Browse the repository at this point in the history
[Cleanup] Adding HHVM and PHP7 to travis.yml and allowing them to fail
  • Loading branch information
bjornpost committed Apr 24, 2015
2 parents 9e41d65 + 0bd0e80 commit a833f4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: php

php:
- hhvm
- 7
- 5.6
- 5.5
- 5.4
- 5.3

matrix:
allow_failures:
- php: hhvm
- php: 7

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
Expand Down

0 comments on commit a833f4a

Please sign in to comment.