From 6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17 Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Thu, 21 Jan 2016 14:56:15 -0300 Subject: source script instead of just calling it Thanks @moteus --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec9f7e5..fed0b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - LUA=luajit before_install: - - bash .travis/setenv_lua.sh + - source .travis/setenv_lua.sh - pip install --user cpp-coveralls - luarocks install Lua-cURL --server=https://luarocks.org/dev - luarocks install luacov-coveralls --server=https://luarocks.org/dev -- cgit v1.2.3-55-g6feb