From 34db151406e27554b7ab966053c70fc33178bdb9 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Tue, 1 Oct 2019 11:14:39 +0200 Subject: [PATCH] Remove Travis script, functionality is fully migrated to GitLab Changelog: None Signed-off-by: Lluis Campos --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d29c9b0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: minimal - -# Disable git shallow clone. We need full history for validating copyright year of each file. -git: - depth: false - -dist: trusty - -before_script: - - git clone git://github.com/mendersoftware/mendertesting - -script: - # Check commit compliance. - - mendertesting/check_commits.sh - # Check licenses - - mendertesting/check_license.sh - - ./docker-build