From 0861a0770132627d5a905cc48a1d7e27fc2070e6 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Fri, 12 Mar 2021 13:53:21 +0000 Subject: [PATCH] Update travis build --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12ad8864..ca95065a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: generic script: -- bash "./compile.sh" + - bash "./compile.sh" deploy: local_dir: docs provider: pages skip_cleanup: true - github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable + github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable on: - branch: master + branch: main