From ede8aee02d4991fbe70ff76af3903f797e0e4c9f Mon Sep 17 00:00:00 2001
From: Iztok Jeras <iztok.jeras@redpitaya.com>
Date: 摹曛, 08 10月 2015 03:00:34 +0800
Subject: [PATCH] integer parser: added LOCAL function declarations to utils_private.h

---
 .travis.yml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 22147d8..dc5d9dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,10 @@
   apt:
     packages:
     - libcunit1-dev
-    - libcunit1-dev:i386
-    - gcc-multilib
+    - clang
 
 sudo: false
 
 script:
-    - make test
-    - CFLAGS="-m32" LDFLAGS="-m32" make clean test
+    - make
+    - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test

--
Gitblit v1.9.1