summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 067e4d9..43f8453 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ language: C
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