mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-15 02:22:06 +03:00
Update .travis.yml
This commit is contained in:
parent
7bbf041a70
commit
52f9e0d810
51
.travis.yml
51
.travis.yml
@ -1,31 +1,32 @@
|
|||||||
|
#MOVING TO GITHUB ACTIONS
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
include:
|
# include:
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
language: python
|
# language: python
|
||||||
python: 2.7
|
# python: 2.7
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
language: python
|
# language: python
|
||||||
python: 3.6
|
# python: 3.6
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
language: python
|
# language: python
|
||||||
python: 2.7
|
# python: 2.7
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
language: python
|
# language: python
|
||||||
python: 3.6
|
# python: 3.6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
# before_install:
|
||||||
- sudo apt-get update
|
# - sudo apt-get update
|
||||||
- sudo apt-get install zfsutils-linux
|
# - sudo apt-get install zfsutils-linux
|
||||||
|
|
||||||
script:
|
# script:
|
||||||
# - sudo -E ./ngrok.sh
|
# # - sudo -E ./ngrok.sh
|
||||||
- sudo -E ./run_tests
|
# - sudo -E ./run_tests
|
||||||
# - sudo -E pip --version
|
# # - sudo -E pip --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user