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

Switching to phpbench/phpbench based benchmarks #79

Merged
merged 5 commits into from
Oct 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run cs-check, coverage and benchmarks on PHP 7.1
  • Loading branch information
michalbundyra committed Oct 24, 2017
commit 9c8bae236a5130de6712a7a8a8d977a736ee89c6
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ matrix:
- php: 7
env:
- DEPS=locked
- CS_CHECK=true
- BENCHMARKS=true
- TEST_COVERAGE=true
- php: 7
env:
- DEPS=latest
Expand All @@ -41,6 +38,9 @@ matrix:
- php: 7.1
env:
- DEPS=locked
- CS_CHECK=true
- BENCHMARKS=true
- TEST_COVERAGE=true
- php: 7.1
env:
- DEPS=latest
Expand Down