Skip to content

Commit 7c3cfd2

Browse files
committed
Added tests for Mongo 3.4 against Ubuntu 14.04 and 12.04
1 parent b0a9f34 commit 7c3cfd2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
sudo: required
55
env:
6+
- >
7+
DISTRIBUTION=ubuntu-upstart
8+
DIST_VERSION=14.04
9+
MONGODB_VERSION=3.4
610
- >
711
DISTRIBUTION=ubuntu-upstart
812
DIST_VERSION=14.04
@@ -15,6 +19,10 @@ env:
1519
DISTRIBUTION=ubuntu-upstart
1620
DIST_VERSION=14.04
1721
MONGODB_VERSION=2.6
22+
- >
23+
DISTRIBUTION=ubuntu-upstart
24+
DIST_VERSION=12.04-builded
25+
MONGODB_VERSION=3.4
1826
- >
1927
DISTRIBUTION=ubuntu-upstart
2028
DIST_VERSION=12.04-builded
@@ -82,7 +90,7 @@ before_install:
8290
sudo docker build --rm=true --file=tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION}
8391
--tag ${DISTRIBUTION}:${DIST_VERSION} tests; else sudo docker pull ${DISTRIBUTION}:${DIST_VERSION}; fi
8492
- sudo ln -s ${PWD} /etc/ansible/roles/greendayonfire.mongodb
85-
93+
8694
script:
8795
# Test 1
8896
- >

0 commit comments

Comments
 (0)