Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
One more travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Jun 13, 2019
1 parent f3dbabf commit 1e43546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
- sudo apt-get install -y valgrind
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"
- tar -xzf libsodium-1.0.16.tar.gz
- cd libsodium-1.0.6 && ./configure --prefix=/usr && make && sudo make install && cd ..
- cd libsodium-1.0.16 && ./configure --prefix=/usr && make && sudo make install && cd ..

script: make test

0 comments on commit 1e43546

Please sign in to comment.