From a7da75ce14ff4e8cae142ce1d31e49b03f84186b Mon Sep 17 00:00:00 2001 From: Bucko Date: Thu, 5 Oct 2017 17:23:01 -0700 Subject: [PATCH] change travis targets --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f57367..7d29fa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,7 @@ deploy: file: ./* local_dir: . github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard - target_branch: gh-pages + target_branch: master on: - all_branches: true # when on actual bcoin-org repo, delete this line and uncomment lines below - # branch: master - # repo: bcoin-org/bcoin-org.github.io + branch: staging + repo: bcoin-org/bcoin-org.github.io