Skip to content

Commit ed20eb5

Browse files
committed
Fix env arrays
1 parent c604591 commit ed20eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ python:
77
- "3.6"
88
env:
99
global:
10-
MONGODB_PACKAGE=mongodb-org
10+
- MONGODB_PACKAGE=mongodb-org
1111
jobs:
12-
MOLECULE_DISTRO=centos7
13-
MOLECULE_DISTRO=ubuntu1804
12+
- MOLECULE_DISTRO=centos7
13+
- MOLECULE_DISTRO=ubuntu1804
1414
# - >
1515
# DISTRIBUTION=ubuntu
1616
# DIST_VERSION=18_04-builded

0 commit comments

Comments
 (0)