Skip to content

Commit 5e60ae3

Browse files
authored
Merge pull request #84 from lgeiger/docs
Travis: Only deploy docs on linux build
2 parents 25f2c99 + 42ac3e7 commit 5e60ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
comment:
2-
layout: header, changes, diff
2+
layout: header
33
coverage:
44
status:
55
patch:

scripts/publish_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" ]]
2+
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $DEPLOY == "true" && $TRAVIS_OS_NAME == "linux" ]]
33
then
44
npm run build:docs
55

0 commit comments

Comments
 (0)