mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Remove installation of pygments
We don't deploy on this branch, so syntax highlighting is not needed.
This commit is contained in:
@@ -15,11 +15,6 @@ addons:
|
||||
packages:
|
||||
- nasm
|
||||
|
||||
install:
|
||||
- export PATH=$HOME/.local/bin:$PATH
|
||||
- pip install pygments --user
|
||||
- pip install pygments-github-lexers --user
|
||||
|
||||
script: bash scripts/travis-build.sh
|
||||
|
||||
after_success: bash scripts/travis-trigger-hugo-build.sh
|
||||
|
||||
Reference in New Issue
Block a user