Added tests for Mongo 3.4 against Ubuntu 14.04 and 12.04
This commit is contained in:
parent
b0a9f34bae
commit
7c3cfd2353
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
env:
|
env:
|
||||||
|
- >
|
||||||
|
DISTRIBUTION=ubuntu-upstart
|
||||||
|
DIST_VERSION=14.04
|
||||||
|
MONGODB_VERSION=3.4
|
||||||
- >
|
- >
|
||||||
DISTRIBUTION=ubuntu-upstart
|
DISTRIBUTION=ubuntu-upstart
|
||||||
DIST_VERSION=14.04
|
DIST_VERSION=14.04
|
||||||
|
@ -15,6 +19,10 @@ env:
|
||||||
DISTRIBUTION=ubuntu-upstart
|
DISTRIBUTION=ubuntu-upstart
|
||||||
DIST_VERSION=14.04
|
DIST_VERSION=14.04
|
||||||
MONGODB_VERSION=2.6
|
MONGODB_VERSION=2.6
|
||||||
|
- >
|
||||||
|
DISTRIBUTION=ubuntu-upstart
|
||||||
|
DIST_VERSION=12.04-builded
|
||||||
|
MONGODB_VERSION=3.4
|
||||||
- >
|
- >
|
||||||
DISTRIBUTION=ubuntu-upstart
|
DISTRIBUTION=ubuntu-upstart
|
||||||
DIST_VERSION=12.04-builded
|
DIST_VERSION=12.04-builded
|
||||||
|
|
Loading…
Reference in New Issue