forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (24 loc) · 643 Bytes
/
.travis.yml
File metadata and controls
30 lines (24 loc) · 643 Bytes
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
dist: xenial
language: ruby
rvm:
- "2.6.4"
## Allows use of docker-based containers, which are more available than
## the xen-based (or whatever) VMs, so builds tend to happen sooner
sudo: false
## Save bundler deps. Requires sudo: false
cache: bundler
## Build all possible jekyll pages for use with link checking.
script:
- make production
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
# Whitelist all branches
branches:
only:
- master
- /.*/
# xenial builds fail if you don't update bundler
before_install:
- yes | gem update --system
- sudo apt install optipng