From e8826917d1ba1c77723c218a64349b913b0e1b36 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 16 Apr 2016 16:56:35 -0400 Subject: [PATCH] chore(travis): Enable Travis CI testing on OSX. In preparation for https://github.com/hyperium/hyper/issues/755. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bfb0c433..857d16f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: rust matrix: fast_finish: true include: + - os: osx - rust: nightly env: FEATURES="--features nightly" - rust: beta