From e619520b01e07a62301fad494f48eb664fce10e1 Mon Sep 17 00:00:00 2001 From: misson20000 Date: Tue, 30 Jan 2018 17:22:09 -0800 Subject: [PATCH] skip docs deployment on mac --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b3ee5ddd..1862fc81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,3 +85,4 @@ deploy: target-branch: gh-pages on: branch: master + condition: $TRAVIS_OS_NAME = linux