Skip to content

Commit

Permalink
Fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrobert committed Jun 13, 2019
1 parent aadeb1c commit 41b34af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: rust
rust: nightly

before_script:
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.6/libsodium-1.0.6.tar.gz"
- tar -xzvf libsodium-1.0.6.tar.gz
- cd libsodium-1.0.6 && ./configure --prefix=/usr && make && sudo make install
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"
- tar -xzvf libsodium-1.0.16.tar.gz
- cd libsodium-1.0.16 && ./configure --prefix=/usr && make && sudo make install

0 comments on commit 41b34af

Please sign in to comment.