mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +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:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
language: python
|
||||
python: 2.7
|
||||
- os: linux
|
||||
dist: xenial
|
||||
language: python
|
||||
python: 3.6
|
||||
- os: linux
|
||||
dist: bionic
|
||||
language: python
|
||||
python: 2.7
|
||||
- os: linux
|
||||
dist: bionic
|
||||
language: python
|
||||
python: 3.6
|
||||
# jobs:
|
||||
# include:
|
||||
# - os: linux
|
||||
# dist: xenial
|
||||
# language: python
|
||||
# python: 2.7
|
||||
# - os: linux
|
||||
# dist: xenial
|
||||
# language: python
|
||||
# python: 3.6
|
||||
# - os: linux
|
||||
# dist: bionic
|
||||
# language: python
|
||||
# python: 2.7
|
||||
# - os: linux
|
||||
# dist: bionic
|
||||
# language: python
|
||||
# python: 3.6
|
||||
|
||||
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install zfsutils-linux
|
||||
# before_install:
|
||||
# - sudo apt-get update
|
||||
# - sudo apt-get install zfsutils-linux
|
||||
|
||||
script:
|
||||
# - sudo -E ./ngrok.sh
|
||||
- sudo -E ./run_tests
|
||||
# - sudo -E pip --version
|
||||
# script:
|
||||
# # - sudo -E ./ngrok.sh
|
||||
# - sudo -E ./run_tests
|
||||
# # - sudo -E pip --version
|
||||
|
Loading…
x
Reference in New Issue
Block a user