From f1c68fd6dcbe13478f6727603ee9917ac2b9e4c5 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 2 May 2016 15:44:36 +0200 Subject: [PATCH] Remove installation of pygments We don't deploy on this branch, so syntax highlighting is not needed. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2db4111b..cb0d1c66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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