Skip to content

Commit

Permalink
Fix running tests with default global env
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 14, 2017
1 parent b63cabe commit 2ff5b8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ sudo: required

language: php

php:
- 7.1

env:
global:
- DOCTRINE_MONGODB_SERVER="mongodb://localhost:27017"
Expand All @@ -18,6 +15,7 @@ env:

matrix:
include:
- php: 7.1
- php: 7.1
env: DRIVER_VERSION="1.2.0" SERVER_VERSION="3.0" COMPOSER_FLAGS="--prefer-lowest" KEY_ID="7F0CEB10"
- php: 7.1
Expand Down

0 comments on commit 2ff5b8d

Please sign in to comment.