From a194eba0d662cbd9e11a17709c9f3c79f2bae13f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 8 Nov 2018 09:57:27 +0200 Subject: [PATCH] .travis.yml: Remove debug steps The solution was to change back to the blog's git clone location inside the original $TRAVIS_HOME after the hugo build and install. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56961c0b..9edf0a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - "1.11" + - 1.11 install: - mkdir -p $HOME/src - git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo @@ -10,8 +10,6 @@ before_script: - cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog script: - - pwd - - ls - hugo sudo: false dist: trusty