From 35d604fc593c658301154dbc115b51452b408539 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 24 Jan 2021 13:07:32 +0100 Subject: ci: update readme file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2b538e4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: nix -sudo: true - -git: - depth: false - -env: - # The minimum required plus the latest from each major release plus the next - # release. - - EMACS_CI=emacs-25-1 - - EMACS_CI=emacs-25-3 - - EMACS_CI=emacs-26-3 - - EMACS_CI=emacs-snapshot - -install: - - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install) - - sudo apt-get install golang - - go get -u github.com/vbatts/git-validation - -script: - - make ci -- cgit v1.2.3