From dd69862b9378a0723227de47704d5f3136b4fadf Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Mon, 10 Jan 2022 19:08:41 +0000 Subject: [PATCH] CI: Remove Travis as it no longer works for us. --- .gitattributes | 1 - .travis.yml | 25 ------------------------- README.md | 5 +---- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitattributes b/.gitattributes index 10850e5..5e81689 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,4 @@ *.up -text *.UP -text ci_*.sh text eol=lf -.travis.yml text eol=lf .github/workflows/*.yml text eol=lf diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 56219c9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: c - -dist: focal - -addons: - apt: - sources: - - sourceline: 'ppa:tkchia/build-ia16' - packages: - - gcc-ia16-elf - - nasm - - upx - update: true - -before_install: - - echo "before_install" - -install: - - ./ci_build.sh - -before_script: - - echo "before_script" - -script: - - ./ci_test.sh diff --git a/README.md b/README.md index e72932c..262429a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,4 @@ This version of the kernel is intended only for 8086+ or 80386+ IBM compatible c Please feel free to email me - PerditionC@gmail.com -[![Build](../../workflows/Build/badge.svg)](../../actions) - -[![Build Status](https://travis-ci.com/FDOS/kernel.svg?branch=master)](https://travis-ci.com/FDOS/kernel) -Now with automatic builds and soon tests on [Travis CI](http://travis-ci.com) +Now with automatic builds and soon tests [![Build](../../workflows/Build/badge.svg)](../../actions)