From 54868e05111fe16e0b2918aa19f982e7e845d384 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 8 Aug 2016 10:22:34 +0200 Subject: [PATCH] For the sake of simplicity build only in release mode. Test adding a non-container based platform such as trusty. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65d29185..8b2db860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,10 @@ matrix: - os: linux compiler: gcc addons: *gcc49 - env: CXX_COMPILER='g++-4.9' CC_COMPILER='gcc-4.9' BUILD_TYPE='Debug' + sudo: required + dist: trusty + env: CXX_COMPILER='g++-4.9' CC_COMPILER='gcc-4.9' BUILD_TYPE='Release' + # 3. OSX Clang Builds