test(zfspv): adding zfs property update test cases

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2019-12-05 16:57:34 +05:30 committed by Kiran Mova
parent 620be59016
commit 754755439b
7 changed files with 180 additions and 41 deletions

View file

@ -1,5 +1,5 @@
sudo: required
dist: xenial
dist: bionic
env:
global:
- CHANGE_MINIKUBE_NONE_USER=true
@ -46,7 +46,7 @@ install:
before_script:
- "./buildscripts/travis-build.sh"
script:
- make ci
- sudo -E env "PATH=$PATH" make ci
after_success:
- make deploy-images
- bash <(curl -s https://codecov.io/bash)