Skip to content

Commit

Permalink
Merge pull request WebAudio#116 from WebAudio/114-display-spec
Browse files Browse the repository at this point in the history
Address WebAudio#114: Display spec
  • Loading branch information
rtoy authored Jan 22, 2021
2 parents 084bdfd + 5b1655a commit 8e29bf8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
language: python
sudo: false
python:
- "3.7"

install:
# Setup bikeshed. See https://tabatkins.github.io/bikeshed/#install-final
# - pip3 install bikeshed && bikeshed update
# Or do a clone. The above method is preferred, but see issue #2262.
- git clone https://github.com/tabatkins/bikeshed.git
- (cd bikeshed; pip3 install -e .)
- bikeshed update
- bikeshed --version

script:
- bash ./compile.sh

deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_DEPLOY_TOKEN
keep-history: true
on:
branch: main

0 comments on commit 8e29bf8

Please sign in to comment.