From d6c85ed2feb32ce36f5f4af27e6fa54ed7e0cd5e Mon Sep 17 00:00:00 2001 From: Casey Greene Date: Mon, 12 Nov 2018 14:26:40 -0500 Subject: [PATCH] add building word doc --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 29420f4..317e9a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ language: generic branches: only: - master +env: + - BUILD_DOCX=true before_install: - wget https://repo.continuum.io/miniconda/Miniconda3-4.5.11-Linux-x86_64.sh --output-document miniconda.sh