From 0a08908f7fc25a4b52a7f840b58b89e6bae6370f Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Mon, 5 Dec 2016 17:10:33 -0800 Subject: [PATCH] Update .travis.yml Summary: Close #282 Closes https://github.com/Instagram/IGListKit/pull/283 Differential Revision: D4281950 Pulled By: jessesquires fbshipit-source-id: 38ceddc1162624515d36eda52f177b958fe7fe3e --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a6d397d9..1219e9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,8 @@ before_install: - gem install slather --no-rdoc --no-ri --no-document --quiet script: +- set -o pipefail + - if [ $POD_LINT == "YES" ]; then pod lib lint; fi