From a5aaf5153059305d61821c6902c838d75ac0824e Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 11 Jun 2018 22:32:36 +0200 Subject: [PATCH] Minor, update project description Signed-off-by: Joachim Nilsson --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a878a38..0e112fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ addons: coverity_scan: project: name: "troglobit/editline" - description: "Minix editline" + description: "A small line editing library" notification_email: troglobit@gmail.com build_command_prepend: "./autogen.sh && ./configure --enable-sigstop --enable-terminal-bell" build_command: "make -j5"