diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-09-22 03:04:21 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 08:42:59 -0400 |
commit | 6b868ebba41b0a03663ef6c1db0ffb0980ae0df8 (patch) | |
tree | 2fbe72c563aea928a5b04eaa4072aa50246e0909 | |
parent | 06c2e084ff8fe20986fc3636bef1b597d650d165 (diff) |
travis: fix github pages deploy condition
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |