From 83f6fdf29056f6a18e2825ef2f4c4b61dad62c30 Mon Sep 17 00:00:00 2001 From: Kirk Shoop Date: Thu, 19 Jun 2014 08:25:10 -0700 Subject: remove RelWithDebInfo --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 51435aa..d777288 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ compiler: - clang env: - - BUILD_TYPE=RelWithDebInfo - BUILD_TYPE=Release before_install: @@ -25,7 +24,7 @@ install: script: - cd projects/build - ctest -V - - cd .. + - cd ../.. branches: only: @@ -35,5 +34,5 @@ notifications: recipients: - kirk.shoop@microsoft.com email: - on_success: change + on_success: always on_failure: always -- cgit v1.2.3