summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-04-23 16:16:00 -0400
committerGitHub <noreply@github.com>2020-04-23 16:16:00 -0400
commite9ab1235eb3944ede588188592a1aa1aaae02591 (patch)
tree10182b92c112aef0a0334e45eb9e84c5c71ae1ee /.travis.yml
parent506590e9be4a626909bd7771a6e85519021f813e (diff)
downloadvyos-cloud-init-e9ab1235eb3944ede588188592a1aa1aaae02591.tar.gz
vyos-cloud-init-e9ab1235eb3944ede588188592a1aa1aaae02591.zip
.travis.yml: don't run integration test on ubuntu/* branches (#321)
The integration test doesn't work against the ubuntu/* branches because it uses the tooling designed to work against master. This means that ubuntu/* branches always report failures in Travis, which doesn't give us any signal.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bdec7b10..6b20abe8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,8 @@ matrix:
env:
TOXENV=py3
PYTEST_ADDOPTS=-v # List all tests run by pytest
- - install:
+ - if: NOT branch =~ /^ubuntu\//
+ install:
- git fetch --unshallow
- sudo apt-get build-dep -y cloud-init
- sudo apt-get install -y --install-recommends sbuild ubuntu-dev-tools fakeroot tox