From e2c45d6308afcebb0b64fd64e3a7d01406891ba3 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 14 Nov 2014 20:44:30 +0100 Subject: [PATCH 1/2] Add Emacs TravisCI client --- recipes/travis | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/travis diff --git a/recipes/travis b/recipes/travis new file mode 100644 index 00000000..671f5d2b --- /dev/null +++ b/recipes/travis @@ -0,0 +1 @@ +(gitlab :fetcher github :repo "nlamirault/emacs-travis") From ec2ebde5bd5c70beb9f9c5c5c9942260aa0bc4be Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 14 Nov 2014 23:06:26 +0100 Subject: [PATCH 2/2] FIX name --- recipes/travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/travis b/recipes/travis index 671f5d2b..e37c2091 100644 --- a/recipes/travis +++ b/recipes/travis @@ -1 +1 @@ -(gitlab :fetcher github :repo "nlamirault/emacs-travis") +(travis :fetcher github :repo "nlamirault/emacs-travis")