We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e2ac3 commit ccb82b2Copy full SHA for ccb82b2
1 file changed
.travis.yml
@@ -3,14 +3,15 @@ before_install:
3
- sudo apt-get update -qq
4
- sudo apt-get install -qq check
5
- pushd /tmp
6
- - wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.4.1.tar.gz
7
- - tar xzf libsodium-0.4.1.tar.gz
8
- - pushd libsodium-0.4.1
+ - wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.4.2.tar.gz
+ - tar xzf libsodium-0.4.2.tar.gz
+ - pushd libsodium-0.4.2
9
- ./configure
10
- make
11
- sudo make install
12
- popd
13
14
+ - ldconfig
15
env:
16
- USE_LIBGLIB=no
17
- USE_LIBGLIB=yes
0 commit comments