summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-03-04 16:21:39 -0500
committerGitHub <noreply@github.com>2020-03-04 16:21:39 -0500
commitf51be629578af6f4e9ac41209d05adb4a63c4aee (patch)
tree560be6ee7f9ea5f850cd0e65700450c6cd7ac15d /.travis.yml
parentebe6af9215e3f849139b1a439e0927f6a2824ba4 (diff)
Add yamllint to reviewdog PR checks. (#8291)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 38386398ca..4a06079daa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+---
dist: bionic
language: c
@@ -35,14 +36,12 @@ install:
- export GIT_TAG="$(git tag --points-at)"
-
# Setup notification system
#
notifications:
webhooks: https://app.fossa.io/hooks/travisci
-
# Define the stage sequence and conditionals
#
stages:
@@ -91,7 +90,6 @@ stages:
if: type != cron AND type != pull_request AND branch = master
-
# Define stage implementation details
#
jobs:
@@ -119,7 +117,6 @@ jobs:
script: cp web/gui/dashboard.js /tmp/dashboard.js && ./build/build.sh && diff /tmp/dashboard.js web/gui/dashboard.js
-
# Ensure netdata code builds successfully
- stage: Build process
@@ -153,7 +150,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "'make dist' failed"
-
- stage: Artifacts validation
name: Unit Testing
@@ -182,7 +178,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on CentOS 7"
-
- stage: "Artifacts validation on bare OS, stable to current lifecycle checks"
# Ubuntu runs
@@ -240,7 +235,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 31"
-
- stage: Support activities on main branch
name: Generate changelog for release (only on special and tagged commit msg)
before_script: post_message "TRAVIS_MESSAGE" "Support activities on main branch initiated" "${NOTIF_CHANNEL}"
@@ -257,7 +251,6 @@ jobs:
if: commit_message =~ /\[netdata (release candidate|(major|minor|patch) release)\]/ AND tag !~ /(-rc)/ OR (env(GIT_TAG) IS present AND NOT env(GIT_TAG) IS blank)
-
# ###### Packaging workflow section ######
# References:
# https://us.images.linuxcontainers.org
@@ -352,7 +345,6 @@ jobs:
- ALLOW_SOFT_FAILURE_HERE=true
-
- stage: Package centos, fedora and opensuse
_template: &RPM_TEMPLATE
git:
@@ -426,7 +418,6 @@ jobs:
# ############################################### #
-
# We only publish if a TAG has been set during packaging
- stage: Publish for release
_template: &RELEASE_TEMPLATE