From af52c934e2c0027cc3edfcf46cdfd439a8a5faeb Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 17 Jan 2020 10:51:46 -0800 Subject: [PATCH] travis: Fix deploy step Accidentally removed Luarocks installation from the deploy step in https://github.com/luvit/luv/pull/432 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d27533f2..fc3de5bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,8 @@ jobs: env: WITH_LUA_ENGINE=LuaJIT LUA=luajit2.1 script: skip before_deploy: + # Setup LuaRocks + - source .ci/setenv_lua.sh - .ci/make_rockspec.sh $TRAVIS_TAG deploy: provider: releases