Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
fix php 7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Hart committed Nov 19, 2015
1 parent 2fbe2cc commit 874339c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
- hhvm

cache:
Expand All @@ -20,4 +20,4 @@ install:
- composer install

script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit

0 comments on commit 874339c

Please sign in to comment.