diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-09-22 03:10:14 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 12:27:50 -0400 |
commit | 56acb6fa0e70206738259b80d054931e57617d90 (patch) | |
tree | 246abfe4ffc8bf93ab2885e14211baae6e062371 | |
parent | f3684c28e54604dd883e41ecf6b9d922c14a838b (diff) |
travis: fix the build, attempt 2
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a3bc3887..ad8b8e79b 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 |