From 1d2c62af0928aca8bf2573b2b2574daaadfcc8fa Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Tue, 18 Oct 2016 00:09:18 -0700 Subject: [PATCH] Build for 64-bit osx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72d3808..4821c12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: sudo: required - os: osx rust: nightly - env: TARGET=i686-apple-darwin + env: TARGET=x86_64-apple-darwin sudo: required before_install: