added cactus theme files
This commit is contained in:
13
hugo-content/themes/cactus/exampleSite/.travis.yml
Normal file
13
hugo-content/themes/cactus/exampleSite/.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: minimal
|
||||
dist: trusty
|
||||
env:
|
||||
- HUGO_VERSION=0.74.2
|
||||
install:
|
||||
- curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.deb
|
||||
- sudo dpkg -i hugo_${HUGO_VERSION}_Linux-64bit.deb
|
||||
script:
|
||||
- chmod +x ./deploy.sh
|
||||
- ./deploy.sh
|
||||
branches:
|
||||
only:
|
||||
- src
|
||||
Reference in New Issue
Block a user