From b569709e093cc4a3729388572b92643324e3be13 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Mon, 26 Sep 2016 11:04:06 +0200 Subject: [PATCH] Use pipefail in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04bea3848a..62ec3ee0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ install: - touch data/world_boundaries/builtup_area.shp data/simplified-land-polygons-complete-3857/simplified_land_polygons.shp data/ne_110m_admin_0_boundary_lines_land/ne_110m_admin_0_boundary_lines_land.shp data/ne_10m_populated_places/ne_10m_populated_places_fixed.shp data/land-polygons-split-3857/land_polygons.shp script: - jsonlint project.mml - - ./node_modules/carto/bin/carto project.mml | xmllint - | wc -l + - set -o pipefail && ./node_modules/carto/bin/carto project.mml | xmllint - | wc -l - ./scripts/travis_check_project_files