Skip to content

Commit e060e35

Browse files
committed
Goodbye Travis
1 parent 07ef720 commit e060e35

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ CI
1+
name: Does this build look infected?
22

33
on:
44
push:
@@ -16,6 +16,6 @@ jobs:
1616
- name: Download dependencies
1717
run: sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
1818
- name: Build
19-
run: make CFLAGS='-DWITH_XINERAMA=1'
19+
run: CFLAGS='-DWITH_XINERAMA=1' make
2020
- name: Check
2121
run: ./lemonbar -h

.travis.yml

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

README.pod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
lemonbar - Featherweight lemon-scented bar
44

5-
=for HTML <a href="https://travis-ci.org/LemonBoy/bar"><img src="https://travis-ci.org/LemonBoy/bar.svg?branch=master"></a>
6-
75
=head1 SYNOPSIS
86

97
I<lemonbar> [-h | -g I<width>B<x>I<height>B<+>I<x>B<+>I<y> | -o | -b | -d | -f I<font> | -p | -n I<name> | -u I<pixel> | -B I<color> | -F I<color> | -U I<color>]

0 commit comments

Comments
 (0)