From 5ea3bcc3492ca6d4b32fda4d8458eaee912748b4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 30 Aug 2016 21:14:40 +0900 Subject: [PATCH] Add xcode7 build to make sure that we are not affected by std::make_shared bug --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b62c03c5..c516f68e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ matrix: - os: osx osx_image: xcode7.3 compiler: clang + - os: osx + osx_image: xcode7 + compiler: clang sudo: false addons: apt: