Skip to content

Commit

Permalink
libsodium for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jul 5, 2016
1 parent 7252c1c commit 5f2dc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
sudo: required
before_script:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
- sudo apt-get update && sudo apt-get install libsodium13
- sudo apt-get -qq update
- sudo apt-get install libsodium13 -y
python:
- "2.7"
env:
Expand Down

0 comments on commit 5f2dc40

Please sign in to comment.