There was an error while loading. Please reload this page.
1 parent 96494cf commit b1dc50aCopy full SHA for b1dc50a
1 file changed
.travis.yml
@@ -4,11 +4,12 @@
4
5
# We assume C build environments
6
language: C
7
-
+
8
# Try using multiple Lua Implementations
9
env:
10
- TOOL="" # Use native compiler (GCC usually)
11
- COMPILER="clang" # Use clang
12
+# - COMPILER="fortran" # Use fortran, make sure to modify the matrix section
13
- TOOL="i686-w64-mingw32" # 32bit MinGW
14
- TOOL="x86_64-w64-mingw32" # 64bit MinGW
15
- TOOL="arm-linux-gnueabihf" # ARM hard-float (hf), linux
@@ -48,4 +49,4 @@ notifications:
48
49
- luadist-dev@googlegroups.com
50
email:
51
on_success: change
- on_failure: always
52
+ on_failure: always
0 commit comments