summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-04 17:34:48 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-04 17:34:48 +0300
commit3faa51526c1f868a519be814ba5d8d0b7edc1395 (patch)
tree5b42a12d39ab15b45d147d017d6aa151568538f0 /.travis.yml
parent69d9de9e4cf1bd2a34192a2750ecaf306ed951fd (diff)
downloadboost-3faa51526c1f868a519be814ba5d8d0b7edc1395.tar.gz
Add 'quick' status to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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
#