This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/docs by this push:
     new bfc78d9  Generate documentation always true
bfc78d9 is described below

commit bfc78d9be98c440822e264441a1a6cc920f6d424
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Sat Apr 17 11:23:53 2021 -0400

    Generate documentation always true
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index df84cc5..481648f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,8 +35,6 @@ notification:
 
 before_install:
   - echo "${GENERATE_DOCS}"
-  - if [ -z $(git diff HEAD  HEAD~1 --name-only | grep "wayang-docs") ] ; then 
export GENERATE_DOCS="true" ; GENERATE_DOCS="true" ; fi
-  - echo "${GENERATE_DOCS}"
   - if [ "${GENERATE_DOCS}" = "true"  ] ; then sudo apt-get update ; fi
   - if [ "${GENERATE_DOCS}" = "true"  ] ; then sudo apt-get -y install 
ruby-full build-essential zlib1g-dev ; fi
   - if [ "${GENERATE_DOCS}" = "true"  ] ; then echo 'export 
GEM_HOME="$HOME/gems"' >> ~/.bashrc ; fi
@@ -90,4 +88,4 @@ after_success:
 env:
   global:
     - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of 
html-proofer
-    - GENERATE_DOCS=false
+    - GENERATE_DOCS="true"

Reply via email to