summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-12-19 14:30:10 +0100
committerPeter Drahoš <drahosp@gmail.com>2012-12-19 14:30:10 +0100
commit910ebe9b272ba17395fbbea37cccc207566f7800 (patch)
tree207468ea9dd70d989db15a16b4ee695a43eb4272
parent59da638d4f1fe2a7c4fbef632d080536bc2a9b2e (diff)
downloadlua-910ebe9b272ba17395fbbea37cccc207566f7800.tar.gz
Updated travis hook
-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