diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |