Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ branches:

before_install:
- npm install # use npm rather than yarn - HUGO doesn't have that many dependencies
- pyenv versions # list python versions supported by pyenv in case version in next command is removed
- pyenv global 3.6.7 # this version needs to be already installed in the travis build
- python --version # confirm which version of python we are using
- pwd
- ls -a
- python _scripts/git-restore-mtime-mvm.py --verbose --force

install:
- hugo # which flags do we need?
Expand Down
Loading