Skip to content

Commit

Permalink
Merge pull request #12 from jburel/travis
Browse files Browse the repository at this point in the history
repo2docker in travis
  • Loading branch information
jburel committed May 6, 2020
2 parents 9b91681 + b419ebb commit dcb6a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ cache: pip
env:
- SPHINXOPTS="-W"

install:
- pip install --upgrade jupyter-repo2docker
- pip install --upgrade sphinx

script:
- repo2docker --no-run .
- cd docs
- make clean html linkcheck

0 comments on commit dcb6a3f

Please sign in to comment.