mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
Fix travis python version.
This commit is contained in:
parent
88c28fe260
commit
fc285b472c
@ -5,11 +5,9 @@ script: meson build && cd ./build && ninja
|
||||
#
|
||||
# notifications:
|
||||
# email: false
|
||||
python:
|
||||
3.6
|
||||
|
||||
install:
|
||||
- pip install meson
|
||||
- pip3 install meson
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -25,7 +23,9 @@ addons:
|
||||
- ragel
|
||||
- re2c
|
||||
- libcurl4-gnutls-dev
|
||||
- meson
|
||||
- python
|
||||
- python3
|
||||
# before_deploy: "make deb" # TODO
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user