Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Dev #12

Merged
merged 12 commits into from
Mar 27, 2018
Prev Previous commit
Next Next commit
Allow failures for PHP 7.0 and PHP 7.1 for future investigation.
  • Loading branch information
henrique-borba committed Mar 26, 2018
commit 1d5e403a2e4776848c9d365487e53c3b3ea1d1f6
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ addons:
- libopenblas-base
dist: trusty
php:
- 7.0
- 7.1
- 7.2
- nightly

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.1
- php: 7.0


cache:
Expand Down