Skip to content

Commit

Permalink
Drop Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed May 2, 2021
1 parent e7718e1 commit cf4c49f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.5'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -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
Expand Down
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit cf4c49f

Please sign in to comment.