From cf4c49fb455720b63f9f32d239c342592b7872e6 Mon Sep 17 00:00:00 2001 From: Gnimuc Date: Sun, 2 May 2021 10:56:00 +0900 Subject: [PATCH] Drop Travis CI --- .github/workflows/ci.yml | 4 ++-- .travis.yml | 22 ---------------------- README.md | 1 - 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4a63c3..fe503f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: version: - - '1.5' + - '1.6' os: - ubuntu-latest - macOS-latest @@ -43,7 +43,7 @@ jobs: - run: sudo apt-get install xvfb && Xvfb :99 & - uses: julia-actions/setup-julia@v1 with: - version: '1.5' + version: '1.6' - run: | julia --project=docs -e ' using Pkg diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 14a4a10..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Documentation: http://docs.travis-ci.com/user/languages/julia/ -language: julia -os: - - linux - - osx - - windows -julia: - - 1.5 - - nightly -matrix: - allow_failures: - - julia: nightly - - os: windows - fast_finish: true -notifications: - email: false -dist: bionic -services: - - xvfb -after_success: - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())' diff --git a/README.md b/README.md index 100671f..2b50346 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # CImGui -[![Build Status](https://travis-ci.com/Gnimuc/CImGui.jl.svg?branch=master)](https://travis-ci.com/Gnimuc/CImGui.jl) ![CI](https://github.com/Gnimuc/CImGui.jl/workflows/CI/badge.svg) ![TagBot](https://github.com/Gnimuc/CImGui.jl/workflows/TagBot/badge.svg) [![Codecov](https://codecov.io/gh/Gnimuc/CImGui.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Gnimuc/CImGui.jl)