Skip to content

Commit

Permalink
Remove php 5.5 tests, allow hhvm failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Skysplit committed Sep 1, 2016
1 parent 951a25b commit 6cf3916
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
language: php

php:
- '5.5'
- '5.6'
- '7.0'
- hhvm


matrix:
allow_failures:
- php: hhvm

cache:
directories:
- vendor

before_script:
- composer self-update && composer --version
- composer install --dev

script:
script:
- phpunit

0 comments on commit 6cf3916

Please sign in to comment.