Try to get travis working part 2

This commit is contained in:
Jason Paryani
2013-08-12 17:03:32 -07:00
parent 5ee055434b
commit 4bdae04a28

View File

@@ -4,6 +4,9 @@ python:
- 2.7 - 2.7
compiler: clang compiler: clang
env:
- CXX=clang
before_install: before_install:
- "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash" - "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash"