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

Commit

Permalink
Travis fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Oct 29, 2012
1 parent 7046b8f commit 9efc49d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down Expand Up @@ -48,4 +49,4 @@ notifications:
- luadist-dev@googlegroups.com
email:
on_success: change
on_failure: always
on_failure: always

0 comments on commit 9efc49d

Please sign in to comment.