Skip to content

Commit c233ce4

Browse files
Merge pull request #32 from PythonFloripa/fix-deploy
Update .travis.yml
2 parents f2bec4b + 5f66468 commit c233ce4

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
@@ -2,7 +2,7 @@ language: python
22
python: 2.7
33

44
install:
5-
- pip install -U mkdocs flake8
5+
- pip install -U mkdocs==0.15.3 flake8
66

77
script: mkdocs build
88
deploy:

0 commit comments

Comments
 (0)