Skip to content

Commit

Permalink
Fixed travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Oct 24, 2016
1 parent 0027225 commit 215512c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python
sudo: false
sudo: required
before_script:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
- sudo apt-get -qq update
- sudo apt-get install libsodium13 -y
python:
- "2.7"
services:
Expand Down

0 comments on commit 215512c

Please sign in to comment.