481ac821de
* 'master' of https://github.com/dtunes/laradock: Upgrade hugo to 0.20.2 and added uglyurls = true to fix issues we when upgrading from 0.19 to 0.20 recently, also fixed 404 photos*
26 lines
371 B
YAML
26 lines
371 B
YAML
language: bash
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
matrix:
|
|
- PHP_VERSION=56
|
|
- PHP_VERSION=70
|
|
- PHP_VERSION=71
|
|
- HUGO_VERSION=0.20.2
|
|
|
|
script: ./travis-build.sh
|
|
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
local_dir: docs
|
|
github_token: $GITHUB_TOKEN
|
|
on:
|
|
branch: master
|
|
condition: -n "${HUGO_VERSION}"
|
|
|
|
notifications:
|
|
email: false
|