diff options
| author | Nils Loewen <[email protected]> | 2019-08-15 19:12:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-15 19:12:40 -0700 |
| commit | f9d40ce7ebc56867292a45256bcb81784ca358ac (patch) | |
| tree | b7f6e6f71c1d8fa3cd1168eeb3a43908539a541f | |
| parent | Merge #16573: build: disable building libsecp256k1 benchmarks (diff) | |
| download | discoin-f9d40ce7ebc56867292a45256bcb81784ca358ac.tar.xz discoin-f9d40ce7ebc56867292a45256bcb81784ca358ac.zip | |
Fix spelling error chache -> cache.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 422e9149f..2a65e1109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ # Bitcoin Core GitHub member via the Travis web interface [0]. # # Travis CI uploads the cache after the script phase of the build [1]. -# However, the build is terminated without saving the chache if it takes over +# However, the build is terminated without saving the cache if it takes over # 50 minutes [2]. Thus, if we spent too much time in early build stages, fail # with an error and save the cache. # |