aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 046ab749d3b5f2c4161e106f3bc20d3777b36f89 (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - "3.6"
install:
  - pip install mkdocs
script:
  - mkdocs -V
  - make