From 9f5c1f5c01cb0bdd5c28bb719a23fec4ad4bc4d1 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Wed, 1 Aug 2018 09:50:24 +0300 Subject: [PATCH] Added travis build on macOS --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3632ba6..f0e0916 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: rust dist: trusty sudo: true +os: +- linux +- osx + rust: - stable - beta