forked from w3c/webappsec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (21 loc) · 751 Bytes
/
Copy path.travis.yml
File metadata and controls
21 lines (21 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-dev python-pip libxslt1-dev libxml2-dev
- sudo pip install pygments
install:
- git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
- sudo pip install --editable ./bikeshed
- bikeshed update
script:
- cd specs
- bikeshed spec ./credentialmanagement/index.src.html
- bikeshed spec ./csp-pinning/index.src.html
- bikeshed spec ./powerfulfeatures/index.src.html
- bikeshed spec ./content-security-policy/index.src.html
- bikeshed spec ./CSP2/index.src.html
- bikeshed spec ./mixedcontent/index.src.html
- bikeshed spec ./referrer-policy/index.src.html
- bikeshed spec ./upgrade/index.src.html