From 9efc49daa3fc51364e8546c8d0cadf7c4bcc0f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Drahos=CC=8C?= Date: Mon, 29 Oct 2012 02:10:17 +0100 Subject: [PATCH] Travis fixup --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 049d304..43f8453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,12 @@ # We assume C build environments language: C - + # Try using multiple Lua Implementations env: - TOOL="" # Use native compiler (GCC usually) - COMPILER="clang" # Use clang +# - COMPILER="fortran" # Use fortran, make sure to modify the matrix section - TOOL="i686-w64-mingw32" # 32bit MinGW - TOOL="x86_64-w64-mingw32" # 64bit MinGW - TOOL="arm-linux-gnueabihf" # ARM hard-float (hf), linux @@ -48,4 +49,4 @@ notifications: - luadist-dev@googlegroups.com email: on_success: change - on_failure: always \ No newline at end of file + on_failure: always