Update .travis.yml

This commit is contained in:
DatuX 2021-02-02 15:33:29 +01:00 committed by GitHub
parent 7bbf041a70
commit 52f9e0d810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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