Skip to content

Commit 92322af

Browse files
Bikeshed/Travis-CI update
1 parent 53a2255 commit 92322af

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
sudo: false
22
language: python
33
python:
4-
- '3.8'
4+
- "3.8"
5+
56
install:
6-
- pip install pygments lxml setuptools --upgrade
7-
- git clone https://github.com/tabatkins/bikeshed.git
8-
- pip install --editable $PWD/bikeshed
9-
- bikeshed update
7+
# See: https://tabatkins.github.io/bikeshed/#travis-ci
8+
- pip3 install bikeshed
9+
- bikeshed update
10+
1011
script:
11-
- bash "./deploy.sh"
12+
- bash "./deploy.sh"
13+
1214
env:
1315
global:
1416
- ENCRYPTION_LABEL: "b6936e521be2"

0 commit comments

Comments
 (0)