Skip to content

Commit

Permalink
Add removal of server-put-patch-uri-assignment to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Feb 28, 2024
1 parent 5e6408a commit 5f55417
Show file tree
Hide file tree
Showing 43 changed files with 39,329 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: false
language: python
python:
- "3.7"

install:
- pushd /tmp
- git clone https://github.com/tabatkins/bikeshed.git --depth 1
- pip install --editable bikeshed
- bikeshed update
- popd

script:
- ./build

before_deploy:
- rm .gitignore

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master
1,402 changes: 1,402 additions & 0 deletions 2021/protocol-20211217.test.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5f55417

Please sign in to comment.