Skip to content

Commit

Permalink
Merge pull request #1592 from w3c/wseltzer-patch-2
Browse files Browse the repository at this point in the history
rename main branch (travis)
  • Loading branch information
Wendy Seltzer committed Apr 7, 2021
2 parents 29d7194 + 75f34b9 commit 812274d
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 812274d

Please sign in to comment.