Skip to content

Commit

Permalink
Merge branch '1.3.x'
Browse files Browse the repository at this point in the history
* 1.3.x:
  Fix tests against php 7.4snapshot
  Deprecate mapReduce and geoNear methods in query builder
  Add deprecation warnings for deprecated query types
  Use build stages in .travis.yml
  • Loading branch information
alcaeus committed Apr 11, 2019
2 parents 33b1182 + 43275ae commit 9574ed8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ env:
- SERVER_VERSION="4.0" KEY_ID="9DA31620334BD75D9DCB49F368818C72E52529D4"

jobs:
allow_failures:
- php: 7.4snapshot

include:
# Test against lowest dependencies, including driver and server versions
- stage: Test
Expand All @@ -32,6 +35,10 @@ jobs:
# Test against the upcoming PHP version
- stage: Test
php: 7.4snapshot
addons:
apt:
packages:
- libonig-dev

# Run tests with coverage
- stage: Code Quality
Expand Down Expand Up @@ -76,6 +83,3 @@ install:

script:
- vendor/bin/phpunit

allow_fialures:
- php: 7.4snapshot

0 comments on commit 9574ed8

Please sign in to comment.