Skip to content

Commit

Permalink
Goodbye Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBoy committed Nov 20, 2020
1 parent 07ef720 commit e060e35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Does this build look infected?

on:
push:
Expand All @@ -16,6 +16,6 @@ jobs:
- name: Download dependencies
run: sudo apt-get install -y libx11-xcb-dev libxcb-randr0-dev libxcb-xinerama0-dev
- name: Build
run: make CFLAGS='-DWITH_XINERAMA=1'
run: CFLAGS='-DWITH_XINERAMA=1' make
- name: Check
run: ./lemonbar -h
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

lemonbar - Featherweight lemon-scented bar

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

=head1 SYNOPSIS

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>]
Expand Down

0 comments on commit e060e35

Please sign in to comment.