Skip to content

Commit 7b0a13e

Browse files
committed
Switch to GitHub Actions
1 parent 3908589 commit 7b0a13e

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

.travis.yml

-16
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TableView
22

3-
[![Build Status](https://travis-ci.org/JuliaComputing/TableView.jl.svg?branch=master)](https://travis-ci.org/JuliaComputing/TableView.jl)
3+
[![CI](https://github.com/JuliaComputing/TableView.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaComputing/TableView.jl/actions/workflows/CI.yml)
44

55
TableView.jl is an [ag-grid](https://www.ag-grid.com/) based table viewer built on [WebIO.jl](https://github.com/JuliaGizmos/WebIO.jl). It can display arbitrarily large tables by lazy-loading additional data when scrolling (this is the default for datasets with more than 10k rows).
66

appveyor.yml

-47
This file was deleted.

0 commit comments

Comments
 (0)