From 24c9ab9579bdfaa5635a16d8a82a210e52ce6157 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 13 Jun 2022 16:03:33 +0200 Subject: [PATCH] Disabling travis Time to discontinue travis https://arstechnica.com/information-technology/2022/06/credentials-for-thousands-of-open-source-projects-free-for-the-taking-again/ --- .travis.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 08d9211..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -language: c++ -dist: xenial - -compiler: - - clang - - gcc - -install: - - sudo apt-get update || true - - sudo apt-get install build-essential - -before_script: - - git clone https://github.com/ntop/n2n.git; cd n2n; ./autogen.sh; make; cd .. - - ./autogen.sh - -script: - - ./configure - - make - -notifications: - email: - recipients: - - deri@ntop.org - on_success: never - on_failure: always