Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Update wercker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Sep 29, 2014
1 parent 5af3aaf commit 21c06eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ build:

- script:
name: Install tidyhtml
code: sudo apt-get install tidy
code: |
sudo apt-get update -y
sudo apt-get install tidy -y
- script:
name: Python & pip version
Expand Down

0 comments on commit 21c06eb

Please sign in to comment.