Skip to content

Commit

Permalink
Just use highest and lowest supported versions for travis build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gaillard committed Jul 29, 2014
1 parent 19a80e3 commit a127b01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: php
php:
- 5.6
- 5.5
- 5.4
env:
- EXT_VERSION=1.3.7 DB_PACKAGE=mongodb-10gen
- EXT_VERSION=1.3.7 DB_PACKAGE=mongodb-org
- EXT_VERSION=1.4.5 DB_PACKAGE=mongodb-10gen
- EXT_VERSION=1.4.5 DB_PACKAGE=mongodb-org
- EXT_VERSION=1.5.4 DB_PACKAGE=mongodb-10gen
- EXT_VERSION=1.5.4 DB_PACKAGE=mongodb-org
before_install:
Expand Down

0 comments on commit a127b01

Please sign in to comment.