mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
travis work
This commit is contained in:
parent
70ae11520c
commit
c183ebc838
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
#language: python
|
||||||
|
#python: 2.7
|
||||||
|
|
||||||
install:
|
#before_install:
|
||||||
|
# - virtualenv venv
|
||||||
|
# - source venv/bin/activate
|
||||||
|
|
||||||
|
script:
|
||||||
- rvm install 2.3.1
|
- rvm install 2.3.1
|
||||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||||
# - FULL_BUILD=true ./build.sh
|
# - FULL_BUILD=true ./build.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue