Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ python:

install:
# Setup bikeshed. See https://tabatkins.github.io/bikeshed/#install-final
- pip3 install bikeshed && bikeshed update
# - 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
Expand Down