From 4e1dd2e0e35ce3880380af2c6fa278de87b0df2f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 2 May 2015 17:36:11 -0400 Subject: Opt in to travis's new OS X infrastructure which should be faster --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c7413ea9..559d6700 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,12 @@ sudo: false +osx_image: beta-xcode6.2 + language: python + cache: directories: - $HOME/.cache/pip + matrix: include: - python: 2.6 # these are just to make travis's UI a bit prettier -- cgit v1.2.3