From abde52b318abc46fb8752e942ee38712a0f19556 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 3 Jan 2019 00:18:24 +0100 Subject: [PATCH] Ensure not cached. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abf93e3..85301d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.5" - "3.6" install: - - pip install pelican markdown + - pip install -U pelican markdown before_script: - git clone https://github.com/getpelican/pelican-plugins plugins script: pelican -s tests/pelicanconf.py