From a6522f386fedec8391e46595c67f63445b995a11 Mon Sep 17 00:00:00 2001 From: John Kleijn Date: Thu, 11 Jan 2018 22:29:29 +0100 Subject: [PATCH] Syntax fix --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4f318f..f52baa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ matrix: - mkdir -p build/logs after_script: - travis_retry php bin/coveralls -v - - > - curl --silent https://github.com/kleijnweb/swagger-bundle - | grep -oP 'https://camo.githubusercontent.com/[0-9a-z]+/[0-9a-z]+' - | xargs curl -X PURGE + - | + curl --silent https://github.com/kleijnweb/swagger-bundle |\ + grep -oP 'https://camo.githubusercontent.com/[0-9a-z]+/[0-9a-z]+' |\ + xargs curl -X PURGE fast_finish: true