Skip to content

Commit

Permalink
rename main branch
Browse files Browse the repository at this point in the history
replace master with main
  • Loading branch information
Wendy Seltzer authored Apr 7, 2021
1 parent 29d7194 commit 75f34b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
install:
- pip install --upgrade setuptools
- pip install pygments cssselect html5lib lxml
- git clone --depth=100 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
- git clone --depth=100 --branch=main https://github.com/tabatkins/bikeshed.git ./bikeshed
- pip install --editable ./bikeshed
- |
if "${USE_BIKESHED_CACHE}"; then
Expand All @@ -27,4 +27,4 @@ install:
fi
script: 'bikeshed spec'
after_success:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && ./.deploy-output.sh'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "main" ] && ./.deploy-output.sh'

0 comments on commit 75f34b9

Please sign in to comment.