We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a9f34 commit 7c3cfd2Copy full SHA for 7c3cfd2
1 file changed
.travis.yml
@@ -3,6 +3,10 @@
3
4
sudo: required
5
env:
6
+ - >
7
+ DISTRIBUTION=ubuntu-upstart
8
+ DIST_VERSION=14.04
9
+ MONGODB_VERSION=3.4
10
- >
11
DISTRIBUTION=ubuntu-upstart
12
DIST_VERSION=14.04
@@ -15,6 +19,10 @@ env:
15
19
16
20
17
21
MONGODB_VERSION=2.6
22
23
24
+ DIST_VERSION=12.04-builded
25
18
26
27
28
DIST_VERSION=12.04-builded
@@ -82,7 +90,7 @@ before_install:
82
90
sudo docker build --rm=true --file=tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION}
83
91
--tag ${DISTRIBUTION}:${DIST_VERSION} tests; else sudo docker pull ${DISTRIBUTION}:${DIST_VERSION}; fi
84
92
- sudo ln -s ${PWD} /etc/ansible/roles/greendayonfire.mongodb
85
-
93
+
86
94
script:
87
95
# Test 1
88
96
0 commit comments