Skip to content

Commit

Permalink
Use different theme for PRs (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Jun 2, 2021
1 parent 2dbd620 commit 2fe8c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ branches:

install:
- pip install mkdocs
- pip install git+https://${GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then pip install mkdocs-material; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then pip install git+https://${GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi'
- pip install mkdocs-git-revision-date-localized-plugin

script:
Expand Down

0 comments on commit 2fe8c13

Please sign in to comment.