2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

ci: Enable DO_DIFF on travis-ci to facilitate debugging.

This change enables DO_DIFF on travis-ci to facilitate debugging of
failing tests.
This commit is contained in:
Thomas Brown
2017-04-02 15:17:08 -04:00
parent d997329125
commit 5d70a97353

View File

@@ -2,9 +2,9 @@ sudo: false
os:
- linux
env:
- TOOLSET=gcc TEST_ALL_EXTRAS=
- TOOLSET=gcc TEST_ALL_EXTRAS= DO_DIFF=1
# - TOOLSET=gcc TEST_ALL_EXTRAS=--extras
- TOOLSET=clang TEST_ALL_EXTRAS=
- TOOLSET=clang TEST_ALL_EXTRAS= DO_DIFF=1
# - TOOLSET=clang TEST_ALL_EXTRAS=--extras
language: python
python: