From 4bdae04a284d8724c5cd2a9faf4379f3b39fb6d4 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 12 Aug 2013 17:03:32 -0700 Subject: [PATCH] Try to get travis working part 2 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f070cf..6a26e8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ python: - 2.7 compiler: clang +env: + - CXX=clang + before_install: - "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash"