Skip to content

Commit 3b87cda

Browse files
committed
remove travis
1 parent c1a1391 commit 3b87cda

File tree

3 files changed

+1
-55
lines changed

3 files changed

+1
-55
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8+
- run: sudo apt update
89
- run: sudo apt install build-essential cmake extra-cmake-modules qt5-default libkf5parts-dev libkf5texteditor-dev libpoppler-qt5-dev libpoppler-cpp-dev libpoppler-glib-dev kdelibs5-dev ktexteditor-katepart gettext xvfb
910
- run: mkdir build && cd build && cmake .. && make
1011
- run: xvfb-run --auto-servernum --server-num=1 ./livetikz --version | grep -c livetikz

.travis.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# LiveTikZ
2-
[![Build Status](https://travis-ci.com/misc0110/LiveTikZ.svg?branch=master)](https://travis-ci.com/misc0110/LiveTikZ)
32

43
A live preview for TikZ drawings.
54

0 commit comments

Comments
 (0)