travis: reorder jobs for faster execution (since several jobs are launched in parallel)

This commit is contained in:
Matthias Krüger 2017-04-02 19:25:31 +02:00
parent bea1310524
commit 349605eb41
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@ env:
matrix:
# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_CLANG is the var that controls if we download and check clang in that travis job
- CXXFLAGS="${CXXFLAGS} -DCHECK_INTERNAL"
- CXXFLAGS="${CXXFLAGS} -DCHECK_INTERNAL" MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1
- SRCDIR=build CHECK_CLANG=yes VERIFY=1
- SRCDIR=build CHECK_LLVM=yes VERIFY=1
- CXXFLAGS="${CXXFLAGS} -DCHECK_INTERNAL" MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1
matrix:
# do notify immediately about it when a job of a build fails.