Skip to content

Commit 2fa630b

Browse files
authored
Update .travis.yml (#27)
* Update Travis config to use dpl v2 (https://docs.travis-ci.com/user/deployment-v2)
1 parent 868a878 commit 2fa630b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
- BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build -s docs -d gen-docs
5454
deploy:
5555
provider: pages
56-
cleanup: true
56+
edge: true
57+
cleanup: false
5758
token: $GITHUB_TOKEN
5859
keep_history: true
5960
local_dir: gen-docs

0 commit comments

Comments
 (0)