We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dda0a commit 2a8e616Copy full SHA for 2a8e616
_config.yml
@@ -33,7 +33,7 @@ exclude:
33
- README.md
34
- CONTRIBUTING.md
35
- CNAME
36
- - vendor # Travis CI creates a vendor/ dir with files we shouldn't render
+ - vendor # CI creates a vendor/ dir with files we shouldn't render
37
- contrib
38
- Makefile
39
contrib/qa/test-binary-availability.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# Local builds and Travis CI builds of the BitcoinCore.org website do
+# Local builds and CI builds of the BitcoinCore.org website do
4
# not include the /bin directory holding Bitcoin Core binaries, so this
5
# test extracts the local URLs from the download page and checks that
6
# they exist on the remote server. Only the file's HTTP headers are
0 commit comments