Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Allow HHVM builds to fail as gmp_random_range isn’t implemented (#294)
Browse files Browse the repository at this point in the history
* Allow HHVM builds to fail as gmp_random_range isn’t implemented
  • Loading branch information
mdeboer authored and Spomky committed Oct 6, 2017
1 parent 744e7ca commit c044dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: true
matrix:
allow_failures:
- php: nightly
- php: hhvm
fast_finish: true
include:
- php: 5.6
Expand Down

0 comments on commit c044dd9

Please sign in to comment.