From 272890fe35c00474a785f55aff8ff03f2a625c13 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Tue, 25 Apr 2017 07:54:51 +0200 Subject: Modified .travis.yml to use Lua build with 32bit integers --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 971b027..cc679aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node before_install: - pip install --user hererocks - - hererocks lua53 -l5.3 -rlatest + - hererocks lua53 -l5.3 -rlatest --cflags="-DLUA_INT_TYPE=LUA_INT_INT" - source lua53/bin/activate - nvm install node - export NODE=$(nvm which node) @@ -15,4 +15,4 @@ script: - $NPM t notifications: - email: false \ No newline at end of file + email: false -- cgit v1.2.3-54-g00ecf