summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahos <drahosp@gmail.com>2013-02-17 16:09:57 +0100
committerPeter Drahos <drahosp@gmail.com>2013-02-17 16:09:57 +0100
commitc42ab1ab1cf1b06de82bb5eef14621465468e6b6 (patch)
treecff798d56bfbd8ce0c9f0c7e5867da24fa3ca9e1
parentbc7574f25173dad4aa4f1c95a89aa7b069e3a778 (diff)
downloadlua-c42ab1ab1cf1b06de82bb5eef14621465468e6b6.tar.gz
Updated travis hook
-rw-r--r--.travis.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 43f8453..98e0f17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,12 @@
#
# We assume C build environments
-language: C
+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
@@ -20,23 +19,23 @@ matrix:
- env: TOOL="i686-w64-mingw32"
- env: TOOL="x86_64-w64-mingw32"
- env: TOOL="arm-linux-gnueabihf"
-
+
# Install dependencies
install:
- - git clone git://github.com/LuaDist/_util.git ~/_util
- - ~/_util/travis install
+ - git clone git://github.com/LuaDist/Tools.git ~/_tools
+ - ~/_tools/travis/travis install
# Bootstap
before_script:
- - ~/_util/travis bootstrap
+ - ~/_tools/travis/travis bootstrap
# Build the module
script:
- - ~/_util/travis build
+ - ~/_tools/travis/travis build
# Execute additional tests or commands
-#after_script:
-# - ~/_util/travis test
+after_script:
+ - ~/_tools/travis/travis test
# Only watch the master branch
branches: