Skip to content

Commit

Permalink
Try out moving to latest copy of bikeshed to avoid git checkout error
Browse files Browse the repository at this point in the history
Also trying latest html5lib
  • Loading branch information
vijaybh committed Sep 29, 2016
1 parent a0a9b0c commit b4911a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ before_install:
- chmod 755 ./.deploy-output.sh
install:
- pip install --upgrade setuptools
- pip install pygments cssselect 'html5lib==0.9999999' lxml
- pip install pygments cssselect html5lib lxml
- git clone --depth=100 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
# Use stable copy of bikeshed
- pushd ./bikeshed
- git checkout ef1ed8caf38d3c56a981cced49fd7d64f7fd4ed4
- popd
- pip install --editable ./bikeshed
# Use cached copy of bikeshed data files to give consistent builds
#- bikeshed update
Expand Down

0 comments on commit b4911a8

Please sign in to comment.