commit 5f9072c4ff073042281c96188c145e0fb0cffab9
parent c0f11a3b989e883123b2dc163f6b40551a38cb23
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 18 Oct 2018 14:20:25 +0200
Remove Travis CI integration for now, until the libansilove dependency is handled
Diffstat:
2 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,27 +0,0 @@
-language: c
-
-compiler:
- - clang
- - gcc
-
-before_install:
- - sudo apt-get -qq update
- - sudo apt-get install -y libgd2-noxpm-dev
- - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
-
-script: cmake . && make
-
-env:
- global:
- - secure: "Ahg+dD6BwZqYTl+xTbNqBBr6Qoh7jQswegP77gxfk09UbcLSTpTQcvCLzJtumCajWXTe5HD3lD1xBghxRPNwD/+JRg25AzUeowPvBQkosDZyxMZyeQQEGPVMoD9UbnGaWhxIxYaQ7bxVCu2CJ2PcibsJ3kselnqSicEnw99TXjU="
-
-addons:
- coverity_scan:
- project:
- name: "ansilove/ansilove"
- version: 3.0.6
- description: "ANSi / ASCII art to PNG converter in C"
- notification_email: fred@statdns.com
- build_command_prepend: cmake .
- build_command: make -j 4
- branch_pattern: master
diff --git a/README.md b/README.md
@@ -14,7 +14,7 @@
\/ \_\ \ \_______\ \ \\/ \__\ \ \
\__\/ \______\/ h7/dS!\_____\/
-# AnsiLove/C [![Build Status][1]][2]
+# AnsiLove/C
This is a complete rewrite of [AnsiLove/PHP](https://www.ansilove.org) in the C programming language. It converts ANSi and artscene related file formats into PNG images. The project is considered as stable, current version is `3.0.9`.
@@ -204,6 +204,3 @@ AnsiLove/C is released under the BSD 2-Clause License. See the file `LICENSE` fo
# Resources
GitHub: https://github.com/ansilove/ansilove
-
-[1]: https://api.travis-ci.org/ansilove/ansilove.png?branch=master
-[2]: https://travis-ci.org/ansilove/ansilove