diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-07 14:13:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-07 14:13:04 -0700 |
| commit | 85d0caefd0ee35adef0df919c6f6094e679e85c8 (patch) | |
| tree | faeab99adf4b10f0ff7d84353e588284d0537a15 /.travis.yml | |
| parent | 124114c0a8add705d4c3affb6f602b0a36eb4237 (diff) | |
| download | nng-85d0caefd0ee35adef0df919c6f6094e679e85c8.tar.gz nng-85d0caefd0ee35adef0df919c6f6094e679e85c8.tar.bz2 nng-85d0caefd0ee35adef0df919c6f6094e679e85c8.zip | |
Fix travis YAML.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files 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 |
