From 6b868ebba41b0a03663ef6c1db0ffb0980ae0df8 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 22 Sep 2018 03:04:21 -0700 Subject: travis: fix github pages deploy condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9bbb5b59b..0a3bc3887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3