use sudo in travis, add build image to readme
This commit is contained in:
parent
35024e3ab5
commit
bfb20ea863
@ -3,6 +3,6 @@ python:
|
|||||||
- "3.6.4"
|
- "3.6.4"
|
||||||
# install dependencies
|
# install dependencies
|
||||||
install:
|
install:
|
||||||
- apt install gpg
|
- sudo apt install gpg
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: ./test.sh
|
script: ./test.sh
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Onionr
|
# Onionr
|
||||||
|
|
||||||
|
![build status](https://travis-ci.org/beardog108/onionr.svg?branch=master)
|
||||||
|
|
||||||
P2P microblogging platform and social network, using Tor & I2P.
|
P2P microblogging platform and social network, using Tor & I2P.
|
||||||
|
|
||||||
Major work in progress.
|
Major work in progress.
|
||||||
|
Loading…
Reference in New Issue
Block a user