Fix .travis.yml

change master to main
This commit is contained in:
Lolipop 2021-05-22 00:06:01 +08:00
parent 7127b23eb0
commit 7488351d5a

View File

@ -3,7 +3,7 @@ node_js:
- lts/* - lts/*
branches: branches:
only: only:
- master - main
install: install:
- cd vuepress - cd vuepress
- yarn install - yarn install
@ -16,4 +16,4 @@ deploy:
github_token: $CI_DEPLOY_TOKEN github_token: $CI_DEPLOY_TOKEN
keep_history: true keep_history: true
on: on:
branch: master branch: main