1
0

.travis.yml: Try to cd to blog source

This commit is contained in:
Alan Orth 2018-11-08 09:53:13 +02:00
parent fcbb479123
commit 483091aa32
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -6,11 +6,12 @@ install:
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
- cd $HOME/src/hugo
- go install
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
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
- cd $TRAVIS_BUILD_DIR/hugo-theme-bootstrap4-blog
- hugo
sudo: false
dist: trusty