Skip to content

Commit

Permalink
Address WebAudio#114: Display spec
Browse files Browse the repository at this point in the history
PR Preview app and Travis CI github apps already installed.  This just
copies over .travis.yml from the v1 spec to here.

Let's see if this is enough.
  • Loading branch information
Raymond Toy committed Jan 21, 2021
1 parent 084bdfd commit 5b1655a
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 5b1655a

Please sign in to comment.