Skip to content
This repository was archived by the owner on Nov 25, 2018. It is now read-only.

Commit fcd4c1e

Browse files
committed
.travis.yml: Use libsodium 1.0.11
1 parent 0edf53a commit fcd4c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: rust
22

33
install:
4-
- wget https://github.com/jedisct1/libsodium/releases/download/1.0.10/libsodium-1.0.10.tar.gz
5-
- tar xvfz libsodium-1.0.10.tar.gz
6-
- cd libsodium-1.0.10 && ./configure --prefix=/usr && make && sudo make install && cd ..
4+
- wget https://github.com/jedisct1/libsodium/releases/download/1.0.11/libsodium-1.0.11.tar.gz
5+
- tar xvfz libsodium-1.0.11.tar.gz
6+
- cd libsodium-1.0.11 && ./configure --prefix=/usr && make && sudo make install && cd ..
77

88
branches:
99
only:

0 commit comments

Comments
 (0)