From 56acb6fa0e70206738259b80d054931e57617d90 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 22 Sep 2018 03:10:14 -0700 Subject: [PATCH] travis: fix the build, attempt 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a3bc3887b..ad8b8e79b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,11 +73,11 @@ deploy: repo: denoland/deno skip-cleanup: true - provider: pages - condition: $BENCHMARK == 1 github-token: *github-token keep-history: true local-dir: gh-pages on: branch: master + condition: $BENCHMARK == 1 repo: denoland/deno skip-cleanup: true