Disable sudo in Travis to use faster container architecture.
This commit is contained in:
parent
e787cd4701
commit
5b6376fd87
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
sudo: false
|
||||||
install: pip install .
|
install: pip install .
|
||||||
script:
|
script:
|
||||||
- evennia --init dummy
|
- evennia --init dummy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue