forked from gautamkrishnar/github-pages-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (34 loc) · 1 KB
/
.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
language: node_js
sudo: required
dist: trusty
node_js:
- 11
before_install:
- sudo add-apt-repository -y ppa:rwky/graphicsmagick
- sudo add-apt-repository -y ppa:mc3man/trusty-media
- sudo apt-get -y update
- sudo apt-get install -y libimage-exiftool-perl
- sudo apt-get -y install python-software-properties
- sudo apt-get -y install software-properties-common
- sudo apt-get -y install ffmpeg
- sudo apt-get -y install graphicsmagick
- sudo apt-get -y install gifsicle
- npm install -g thumbsup
script:
- thumbsup --config config.json
deploy:
provider: pages
skip-cleanup: true
local_dir: build_output
committer-from-gh: true
keep-history: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
on:
branch: master
notifications:
email:
recipients:
- merkez-ul-icadat@protonmail.com
on_success: change # default: change
on_failure: always # default: always
slack: merkez-ul-icadat:lDvOOf5bILddEQCvzwOegVeh#merkez-ul-icadat-github-io