-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
40 lines (40 loc) · 915 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!.travis.yaml
#branches:
# only:
# - master
#
#addons:
# apt:
# update: true
# packages:
# - make
# - qrencode
# - dos2unix
#
#install:
# - export HUGOVER=0.54.0
# #- wget -qO- https://api.github.com/repos/gohugoio/hugo/releases/latest | sed -r -n '/browser_download_url/{/Linux-32bit.tar.gz/{s@[^:]*:[[:space:]]*"([^"]*)".*@\1@g;p}}' | xargs wget
# - wget https://github.com/gohugoio/hugo/releases/download/v${HUGOVER}/hugo_${HUGOVER}_Linux-32bit.tar.gz
# - tar xvf hugo_${HUGOVER}_Linux-32bit.tar.gz
# - rm -rf public/
#
#script:
# - make travis
# - echo 'loadays.org' > public/CNAME
#
#deploy:
# provider: pages
# skip-cleanup: true
# github_token: ${GH_TOKEN}
# verbose: true
# keep-history: true
# local-dir: public
# target_branch: gh-pages
# on:
# branch: master
#
#notifications:
# irc:
# channels:
# - "irc.frenode.org#loadays"
# on_success: change