From 9018a26332273e5fdd7f2a9fe59235f74ec76fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 24 Jun 2018 03:21:48 +0200 Subject: [PATCH] Remove .travis.yml We don't depend on any proprietary services no longer. I'll have to make my own replacements with blackjack and hookers. Until then, the file stays in the commit log as an example. --- .travis.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0ea069f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: c -notifications: - irc: - channels: "irc.janouch.name#dev" - use_notice: true - skip_join: true - template: - - "%{repository_name}#%{build_number} on %{branch}: %{message}" - - " %{compare_url}" - - " %{build_url}" - on_success: change - on_failure: always -env: - global: - - secure: "kE1g19PD3K/VlE9VRhCVIyKiliJ6BdPhfNd7t1QB0vFeKT5BHd6SjF1tz+1ei/LAij0NvekMddZ3HS8wQpr7rpiVcyyPuLCgE6t1++86A4ZE+jJ7XKnonwaGwdWll6d42w6buWh0yuFXU/DaZoAi2p2ILEGxvnF+YSVliWZPZWk=" -addons: - coverity_scan: - project: - name: "pjanouch/autistdraw" - description: "Terminal drawing application" - notification_email: p.janouch@gmail.com - build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release" - build_command: "make" - branch_pattern: coverity_scan -compiler: - - clang - - gcc -before_install: - - sudo apt-get update -qq -install: - - sudo apt-get install -y libev-dev libncursesw5-dev -before_script: - - mkdir build - - cd build -script: - - cmake .. -DCMAKE_INSTALL_PREFIX=/usr - - make - - cpack -G DEB