From a8307842dc43daae53a60cc6a5069b066a286649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Matos?= Date: Tue, 7 Jul 2015 16:31:15 +0100 Subject: [PATCH] Compile in 64-bits since Travis is running 64-bits Ubuntu. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08c0735a..cdd4acc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ install: script: - - config=debug_x32 make -C build/gmake/ + - config=release_x64 make -C build/gmake/ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Debug_x32/CppSharp.*Tests*.dll