forked from LBRYCommunity/lbry-sdk
drop jonathonf/backports sqlite3 PPA from .travis.yml since the package was removed
This commit is contained in:
parent
1bbfccd082
commit
b76c45fc2b
1 changed files with 0 additions and 12 deletions
12
.travis.yml
12
.travis.yml
|
@ -13,9 +13,6 @@ jobs:
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: "LBRY Unit Tests"
|
name: "LBRY Unit Tests"
|
||||||
before_install:
|
|
||||||
- sudo add-apt-repository -y ppa:jonathonf/backports
|
|
||||||
- sudo apt-get update && sudo apt-get -y install sqlite3
|
|
||||||
install:
|
install:
|
||||||
- make install
|
- make install
|
||||||
script:
|
script:
|
||||||
|
@ -24,9 +21,6 @@ jobs:
|
||||||
- coverage combine lbry/
|
- coverage combine lbry/
|
||||||
|
|
||||||
- name: "LBRY Integration Tests"
|
- name: "LBRY Integration Tests"
|
||||||
before_install:
|
|
||||||
- sudo add-apt-repository -y ppa:jonathonf/backports
|
|
||||||
- sudo apt-get update && sudo apt-get -y install sqlite3
|
|
||||||
install:
|
install:
|
||||||
- pip install coverage tox-travis
|
- pip install coverage tox-travis
|
||||||
- sudo mount -o mode=1777,nosuid,nodev -t tmpfs tmpfs /tmp
|
- sudo mount -o mode=1777,nosuid,nodev -t tmpfs tmpfs /tmp
|
||||||
|
@ -48,9 +42,6 @@ jobs:
|
||||||
env: TESTTYPE=integration
|
env: TESTTYPE=integration
|
||||||
|
|
||||||
- name: "Run Examples"
|
- name: "Run Examples"
|
||||||
before_install:
|
|
||||||
- sudo add-apt-repository -y ppa:jonathonf/backports
|
|
||||||
- sudo apt-get update && sudo apt-get -y install sqlite3
|
|
||||||
install:
|
install:
|
||||||
- make install
|
- make install
|
||||||
script:
|
script:
|
||||||
|
@ -62,9 +53,6 @@ jobs:
|
||||||
stage: build
|
stage: build
|
||||||
name: "Linux"
|
name: "Linux"
|
||||||
env: OS=linux
|
env: OS=linux
|
||||||
before_install:
|
|
||||||
- sudo add-apt-repository -y ppa:jonathonf/backports
|
|
||||||
- sudo apt-get update && sudo apt-get -y install sqlite3
|
|
||||||
install:
|
install:
|
||||||
- pip install pyinstaller awscli
|
- pip install pyinstaller awscli
|
||||||
- python docker/set_build.py
|
- python docker/set_build.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue