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)