mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Add travis script
This commit is contained in:
parent
53bed603f1
commit
29d8f6689c
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
env:
|
||||
- HUGO_VERSION="0.41"
|
||||
|
||||
install:
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
||||
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
||||
- mv hugo ~/bin/
|
||||
|
||||
script:
|
||||
- cd exampleSite
|
||||
- hugo --themesDir .. -t .
|
Loading…
Reference in a new issue