1
0

.travis.yml: Try to figure out where we are

This commit is contained in:
Alan Orth 2018-11-08 09:45:47 +02:00
parent 27dfd0fbc8
commit fcbb479123
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -8,7 +8,9 @@ install:
- go install
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- cd hugo-theme-bootstrap4-blog
- pwd
- ls
- cd $TRAVIS_BUILD_DIR/hugo-theme-bootstrap4-blog
- hugo
sudo: false
dist: trusty