travis: fix github pages deploy condition

This commit is contained in:
Bert Belder 2018-09-22 03:04:21 -07:00 committed by Ryan Dahl
parent 06c2e084ff
commit 6b868ebba4

View file

@ -73,7 +73,7 @@ deploy:
repo: denoland/deno
skip-cleanup: true
- provider: pages
condition: '"$BENCHMARK"'
condition: $BENCHMARK == 1
github-token: *github-token
keep-history: true
local-dir: gh-pages