Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit ec30614

Browse files
committed
Travis hook fix
1 parent 8ea657d commit ec30614

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
# We assume C build environments
66
language: C
7-
7+
88
# Try using multiple Lua Implementations
99
env:
1010
- TOOL="" # Use native compiler (GCC usually)
1111
- COMPILER="clang" # Use clang
12+
# - COMPILER="fortran" # Use fortran, make sure to modify the matrix section
1213
- TOOL="i686-w64-mingw32" # 32bit MinGW
1314
- TOOL="x86_64-w64-mingw32" # 64bit MinGW
1415
- TOOL="arm-linux-gnueabihf" # ARM hard-float (hf), linux
@@ -48,4 +49,4 @@ notifications:
4849
4950
email:
5051
on_success: change
51-
on_failure: always
52+
on_failure: always

0 commit comments

Comments
 (0)