This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping to php 5.6.6 (Earliest version that can support php elasticsearch) (#48) `within` now is being taken into account when specified #31 Now if the record is not found on the db will not throw undefined offset #36 Implemented orderBy #46
- Loading branch information
1 parent
4bf38de
commit 6b4c806
Showing
3 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
language: php | ||
php: | ||
- 7.0 | ||
- 5.6 | ||
- 5.6.6 | ||
|
||
before_script: | ||
- sleep 10 | ||
- travis_retry composer self-update | ||
- travis_retry composer install --prefer-source --no-interaction --dev | ||
|
||
script: vendor/phpunit/phpunit/phpunit --verbose | ||
script: vendor/phpunit/phpunit/phpunit --verbose | ||
|
||
services: | ||
- elasticsearch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters