From f181d0eda1ee1c7f08c1f6c6dc96ea48529436a1 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Fri, 11 Jan 2019 16:54:09 -0800 Subject: [PATCH] Travis wrangling --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 886b845..635cd57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,14 @@ branches: os: - linux - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - libc++-dev - - ninja-build + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - libc++-dev + - ninja-build env: - CMAKE_BUILD_TYPE=DEBUG