From dd933266056ad196b0b26f4443c8e69e1c160e92 Mon Sep 17 00:00:00 2001 From: quininer Date: Thu, 30 Jul 2020 00:24:17 +0800 Subject: [PATCH] Fix ci --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1091e59..64b274b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: - osx install: - - wget https://github.com/jedisct1/libsodium/releases/download/1.0.18/libsodium-1.0.18.tar.gz + - curl -L -O https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz - tar xvfz libsodium-1.0.18.tar.gz - cd libsodium-1.0.18 && ./configure --prefix=$HOME/installed_libsodium && make && make install && cd .. diff --git a/README.md b/README.md index 4bd4ee4..9ea0554 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ ref * [Securing memory allocations](https://download.libsodium.org/doc/helpers/memory_management.html) * [rlibc](https://github.com/alexcrichton/rlibc) -* [aligned_alloc.rs](https://github.com/jonas-schievink/aligned_alloc.rs) -* [cst_time_memcmp](https://github.com/chmike/cst_time_memcmp) +* [aligned\_alloc.rs](https://github.com/jonas-schievink/aligned_alloc.rs) +* [cst\_time\_memcmp](https://github.com/chmike/cst_time_memcmp)