From fdf1d34fdc53bb28625669ead2b812f6dcb47337 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Sat, 18 May 2013 18:17:38 -0300 Subject: Some type conversion warnings fixed. If this breaks anything create a bug report ASAP and I will revert it gladly. Signed-off-by: Matheus Macabu --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8c8e7e66f..9ae3460cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: c compiler: - - gcc - clang -# Change this to your needs -script: ./configure --enable-debug && make + - gcc + +script: uname -a && ./configure --enable-debug && make -# Disallow 'rathena' branch to be compiled by Travis branches: only: - master -- cgit v1.2.3-60-g2f50