From d96480a3e8e533836517bba179c92408d14aabaf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 4 Sep 2017 17:34:48 +0300 Subject: [PATCH] Add 'quick' status to Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ff93e0743e..f9df2ac64f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,11 @@ matrix: - env: - SCRIPT=ci_boost_status + # Run 'quick' tests. + - env: + - SCRIPT=ci_boost_status + - TARGET=quick + # Build release package, but skip the final archive/upload step, # to stay under time limit #