From 30cf7b2936661ff12f0a1cab9f6370d26bd41d3c Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Thu, 25 Mar 2021 09:24:57 -0400
Subject: [PATCH] Update .travis.yml

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dc9d91e..754074b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,9 @@ language: node_js
 matrix:
   include:
     - node_js: 12
-      env: HUGO_ENV=dev
-    - node_js: 12
-      env: HUGO_ENV=production
 install:
 - npm install
 - wget https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_Linux-64bit.deb
 - sudo dpkg -i hugo*.deb
 script:
- - if [ "$HUGO_ENV" = "dev" ]; then hugo --gc --minify --buildFuture; fi;
- - if [ "$HUGO_ENV" = "production" ]; then hugo --gc --minify ; fi;
\ No newline at end of file
+ - hugo --gc --minify --buildFuture
-- 
GitLab