forked from bitcoin-core/bitcoincore.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (28 loc) · 661 Bytes
/
.travis.yml
File metadata and controls
35 lines (28 loc) · 661 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
31
32
33
34
35
language: ruby
rvm:
- "2.5.5"
## Save bundler deps.
cache: bundler
before_install:
- gem update --system
- gem --version
## Disable external link checking to prevent spurious failures because
## of other people's downtime. This can also avoid wasting their
## bandwidth.
## Build all possible jekyll pages for use with link checking.
script:
- make all
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
# Whitelist all branches
branches:
only:
- master
- /.*/
notifications:
irc:
channels:
- "chat.freenode.net#bitcoin-core-website"
on_success: change
on_failure: change