Skip to content

Commit ccb82b2

Browse files
committed
Attempt to fix Travis CI configuration.
1 parent c8e2ac3 commit ccb82b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ before_install:
33
- sudo apt-get update -qq
44
- sudo apt-get install -qq check
55
- 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
6+
- wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.4.2.tar.gz
7+
- tar xzf libsodium-0.4.2.tar.gz
8+
- pushd libsodium-0.4.2
99
- ./configure
1010
- make
1111
- sudo make install
1212
- popd
1313
- popd
14+
- ldconfig
1415
env:
1516
- USE_LIBGLIB=no
1617
- USE_LIBGLIB=yes

0 commit comments

Comments
 (0)