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/push_swap.h | 2 +- src/push_swap/sort.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/push_swap') diff --git a/src/push_swap/push_swap.h b/src/push_swap/push_swap.h index 9426cca..0bffca5 100644 --- a/src/push_swap/push_swap.h +++ b/src/push_swap/push_swap.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/19 09:10:11 by cacharle #+# #+# */ -/* Updated: 2020/01/21 10:20:04 by cacharle ### ########.fr */ +/* Updated: 2020/01/22 08:59:59 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ 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