mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update travis
This commit is contained in:
parent
0297d9445c
commit
0f1ba8aca8
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ addons:
|
|||
name: "DaveDavenport/rofi"
|
||||
description: "Build submitted via Travis CI"
|
||||
notification_email: qball@gmpclient.org
|
||||
build_command_prepend: "./configure; make clean"
|
||||
build_command: "make -j 4"
|
||||
build_command_prepend: "autoreconf -i;./configure; make clean"
|
||||
build_command: "make"
|
||||
branch_pattern: coverity_scan
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue