summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-10-05 23:18:12 +0200
committerThomas Haller <thaller@redhat.com>2020-10-05 23:18:12 +0200
commit53a56a5106329b79144be16c618ca477a05ef7e3 (patch)
tree09e92ecead07d1491010f455e225f582e132a774 /contrib
parentb7e08f685d9a2a986e4e1ffa76becd373f8e233c (diff)
build/travis: remove travis integration
We already build a large variety of configurations in gitlab-ci, we don't need yet another configuration to run tests on travis-ci. Also, because the travis-ci setup is outdated and we don't look at it. Let's focus on gitlab-ci instead.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/nm-ci-run.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh
index 52dffe2672..4d46ddb018 100755
--- a/contrib/scripts/nm-ci-run.sh
+++ b/contrib/scripts/nm-ci-run.sh
@@ -67,12 +67,6 @@ case "$CI" in
""|"true"|"default"|"gitlab")
CI=default
;;
- "travis")
- _WITH_WERROR=0
- _WITH_LIBTEAM="$_FALSE"
- _WITH_DOCS="$_FALSE"
- _WITH_SYSTEMD_LOGIND="$_FALSE"
- ;;
*)
die "invalid \$CI \"$CI\""
;;
@@ -172,12 +166,6 @@ run_autotools() {
export NM_TEST_CLIENT_CHECK_L10N=1
- if [ "$CI" == travis ]; then
- # travis is known to generate the settings doc differently.
- # Don't compare.
- export NMTST_NO_CHECK_SETTINGS_DOCS=yes
- fi
-
if ! make check -j 6 -k ; then
_print_test_logs "first-test"