summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-01-16 16:56:18 +0100
committerGitHub <noreply@github.com>2019-01-16 16:56:18 +0100
commitd5be47e4760354cbdfccdc2740b7ff091daaf2f9 (patch)
tree2af10fce3a1624836cc9fc7e69220d189a75575a /.travis.yml
parent9c4f5fbb3e44ff6ec45d77d160464f67db322958 (diff)
self-contained uninstaller (#5121)
* self-contained uninstaller * move lifecycle test to BATS * remove all possible netdata service files * add docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a392498b80..248e627a26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ jobs:
script: ./packaging/docker/build.sh
env: DEVEL="true"
- name: ubuntu 18.04 + lifecycle
- script: docker run -it -v "${PWD}:/code:rw" -w /code "netdata/os-test:ubuntu1804" ./tests/lifecycle.sh
+ script: docker run -it -v "${PWD}:/code:rw" -w /code "netdata/os-test:ubuntu1804" bats --tap tests/lifecycle.bats
- name: CentOS 7
script: docker run -it -v "${PWD}:/code:rw" -w /code "netdata/os-test:centos7" ./netdata-installer.sh --dont-wait --dont-start-it --install /tmp
- name: CentOS 6