From 43304a35258b8720bad6eda609d3eae793b447f2 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 22 Jan 2020 09:00:32 +0100 Subject: Added return status in test for travis-ci, Added .travis.yml --- src/push_swap/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/push_swap/sort.c') diff --git a/src/push_swap/sort.c b/src/push_swap/sort.c index e1a9bca..c712d50 100644 --- a/src/push_swap/sort.c +++ b/src/push_swap/sort.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/19 09:12:02 by cacharle #+# #+# */ -/* Updated: 2020/01/21 11:07:48 by cacharle ### ########.fr */ +/* Updated: 2020/01/22 08:55:55 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit