Remove installation of pygments

We don't deploy on this branch, so syntax highlighting is not needed.
This commit is contained in:
Philipp Oppermann
2016-05-02 15:44:36 +02:00
parent d056a41154
commit f1c68fd6dc

View File

@@ -15,11 +15,6 @@ addons:
packages: packages:
- nasm - nasm
install:
- export PATH=$HOME/.local/bin:$PATH
- pip install pygments --user
- pip install pygments-github-lexers --user
script: bash scripts/travis-build.sh script: bash scripts/travis-build.sh
after_success: bash scripts/travis-trigger-hugo-build.sh after_success: bash scripts/travis-trigger-hugo-build.sh