first commit
This commit is contained in:
16
themes/osm/.travis.yml
Normal file
16
themes/osm/.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
git:
|
||||
depth: false
|
||||
|
||||
env:
|
||||
- HUGO_VERSION="0.46"
|
||||
|
||||
install:
|
||||
- wget -q 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/
|
||||
- gem install html-proofer
|
||||
|
||||
script:
|
||||
- cd exampleSite
|
||||
- HUGO_THEME=hugo-component-osm hugo --themesDir ../.. -v
|
||||
- htmlproofer public --check-html --disable-external
|
||||
Reference in New Issue
Block a user