forked from third-party-mirrors/zfs_autobackup
test
This commit is contained in:
parent
022dc1b7fc
commit
7a3c309123
13
.travis.yml
13
.travis.yml
@ -2,10 +2,11 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU
|
env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU
|
||||||
# install:
|
before_install:
|
||||||
# - sudo apt-get update
|
- sudo apt-get update
|
||||||
# - sudo apt-get install zfsutils-linux python3-pip -y
|
- sudo apt-get install zfsutils-linux
|
||||||
# - sudo pip3 install coverage
|
before_script:
|
||||||
# - sudo ./ngrok.sh
|
- pip --version
|
||||||
script:
|
script:
|
||||||
- sudo ./ngrok.sh
|
- sudo -E pip --version
|
||||||
|
- sudo -E ./ngrok.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user