Permalink
Please sign in to comment.
Browse files
update CI to build both v.1 and current
- update .travis.yml to install bikeshed - update Makefile `clean` target to remove index.bikeshed.html
- Loading branch information...
11
.travis.yml
| @@ -1,3 +1,12 @@ | ||
| -install: gem install kramdown | ||
| +language: python | ||
| +python: | ||
| + - "2.7" | ||
| +sudo: false | ||
| +install: | ||
| + - gem install kramdown | ||
| + - git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed | ||
| + - pip install pygments | ||
| + - pip install --editable ./bikeshed | ||
| + - bikeshed update | ||
| script: make |
0 comments on commit
73e582b