diff --git a/.travis.yml b/.travis.yml
index dc9d91e92dea494f3c629b1c582c29f0c3c4137c..754074b2c324d86419f950b39f994e8c40b3f722 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