Skip to content

Commit 60147c1

Browse files
committed
Merge pull request nginxinc#219 from LinuxJedi/fix_dependency
Fix build dependency
2 parents 5965367 + 7f780f2 commit 60147c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33
python: "3.4"
44

55
before_install:
6-
- pip install Sphinx commonmark recommonmark
6+
- pip install Sphinx commonmark==0.5.5 recommonmark
77

88
script:
99
- ".ci/${CI_TARGET}.sh"

0 commit comments

Comments
 (0)