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-08 19:21:15 +0300
commitd96480a3e8e533836517bba179c92408d14aabaf (patch)
treee02c602c1362f4320a73f7c1bb7d6c4b8bdcb0b1 /.travis.yml
parenta487bf682fa77687030b0b42debd572a3e5d9578 (diff)
downloadboost-d96480a3e8e533836517bba179c92408d14aabaf.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
#