use sudo in travis, add build image to readme

This commit is contained in:
Kevin Froman 2018-01-15 15:13:58 -06:00
parent 35024e3ab5
commit bfb20ea863
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@ python:
- "3.6.4"
# install dependencies
install:
- apt install gpg
- sudo apt install gpg
- pip install -r requirements.txt
script: ./test.sh

View File

@ -1,5 +1,7 @@
# Onionr
![build status](https://travis-ci.org/beardog108/onionr.svg?branch=master)
P2P microblogging platform and social network, using Tor & I2P.
Major work in progress.