From 85d0caefd0ee35adef0df919c6f6094e679e85c8 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 7 Aug 2017 14:13:04 -0700 Subject: Fix travis YAML. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d15f2b8..7aeb025a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,12 +69,12 @@ matrix: BUILD_TYPE=Debug CLANG_FORMAT=no -script: - # Print all environment variables to aid in CI development +before_script: - uname -a - printenv - # Print version and available CMake generators to aid in CI development - cmake --version + +script: # Perform out-of-source build - mkdir build - cd build @@ -84,6 +84,6 @@ script: - ctest --output-on-failure -C ${BUILD_TYPE} ${TEST_PARALLEL} - ../etc/format-check.sh - after_success: +after_success: - ../etc/codecov.sh -- cgit v1.2.3-70-g09d2