Skip to content

Commit

Permalink
fix travis (#6687)
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored May 20, 2020
1 parent c6510fd commit a9fa4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python: 3.7
dist: xenial
sudo: true
# sudo: true

node_js:
- "9"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- DJANGO_SETTINGS_MODULE="app.settings"
deploy:
provider: pages
skip-cleanup: true
cleanup: false
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: _build/site
Expand Down

0 comments on commit a9fa4b3

Please sign in to comment.