Skip to content

Commit a996054

Browse files
committed
Merge pull request #56 from UnderGreen/travisci_improvements
Added 12.04 ubuntu testing
2 parents 177869a + 4fd167c commit a996054

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ env:
1515
DISTRIBUTION=ubuntu-upstart
1616
DIST_VERSION=14.04
1717
MONGODB_VERSION=2.6
18+
- >
19+
DISTRIBUTION=ubuntu-upstart
20+
DIST_VERSION=12.04
21+
MONGODB_VERSION=3.2
22+
- >
23+
DISTRIBUTION=ubuntu-upstart
24+
DIST_VERSION=12.04
25+
MONGODB_VERSION=3.0
26+
- >
27+
DISTRIBUTION=ubuntu-upstart
28+
DIST_VERSION=12.04
29+
MONGODB_VERSION=2.6
1830
# - >
1931
# distribution=ubuntu-upstart
2032
# version=12.04

0 commit comments

Comments
 (0)