-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (27 loc) · 1.44 KB
/
.travis.yml
File metadata and controls
35 lines (27 loc) · 1.44 KB
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
language: ruby
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
addons:
apt:
packages:
- libcurl4-openssl-dev
services:
- docker
install: gem install html-proofer
script: "htmlproofer --only-4xx --typhoeus-config '{\"headers\": {\"User-agent\": \"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0\"}}' index.html"
before_deploy: docker run --rm -u $(id -u):$(id -g) -v $(pwd):/home astefanutti/decktape /home/index.html /home/Code_versioning_an_introduction_with_Git.pdf
deploy:
provider: releases
api_key:
secure: "J3s4+xhMzEMYt8hohkmz97KVRCKSsr9bTQ/NWBdRO4v0l3zKxWooJ2yU3Vcksjp2HND8qeecp9nv0/dMXWRcU5NgEXqL9wvA7/fJsX3UfPXZ4piNlqZw65KouuLXDExspJ4IGuRBRrZPQO5+H1LqVEu3dCgWy+0SFF1Ikj/qZZbG5Lwh73Hga4h/GXpNPNix998VqINeL5f5eeEZypyDfp7JyfKxUI4aax0dm3njj6zLMRzFfnsNiB8cx3jHoFdyukOFQ8ZGPS5amhn9FAimquetBbJhp6qTyabgrvbFWltOhYKJxhZDB1Wn7sAhibB9O5YcwjkKltiT0XGsi0gd/HkMsHc9X+eba4maFhcBLuyxq5wntfzVM3BnKqefFuRQXNatu0+zu6FWyjr/FQjWuaVhS7PI5NxUtLwlhStJFVRNoGFJioU3dkLJ6m59poBKecEUZMxT3STapTWkm2hZnV/p7L7Reaf2ehPh5+jAM9LbBKwFIDhGuIgdEcynjsKqLDORW5U8qG20xlDyiY+W0WN542OL63FAr25tv8wjxhJh9+BKD7dODbmtCIUo4Bl2Z6mB6QTWnxtP69YNYpIld+1FPUsDrw8Sf+hiST3z5Apvn2tX/6qNDHz7pgXBHjnHE3MmfX4KwI3SJSDvEOoaOfKTN6sE1kEjPgLKsLUVqTs="
file: Code_versioning_an_introduction_with_Git.pdf
cleanup: false
skip_cleanup: true
overwrite: true
on:
repo: SkypLabs/git-slideshow
tags: true
notifications:
email:
on_success: never