Skip to content

Commit

Permalink
setting up new workflow, don't commit index in source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mozfreddyb committed Oct 8, 2018
1 parent 92e5340 commit ae69848
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1,866 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: python
python:
- "2.7"
install:
- git clone https://github.com/tabatkins/bikeshed.git
- pip install --editable bikeshed
- bikeshed update
script:
# Invoke bikeshed here, at your own leisure. E.g.:
- bikeshed spec
Loading

0 comments on commit ae69848

Please sign in to comment.