Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer committed Jul 29, 2020
1 parent 611385a commit dd93326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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 ..
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)

0 comments on commit dd93326

Please sign in to comment.