From 67660acf200e45855084c9750bec4c122bbf8cae Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 17 Apr 2019 11:24:36 -0300 Subject: travis: use pip (not pip2) with hererocks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5264d16..aca8460a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ jobs: language: generic before_install: - - if [ ! -f lua_install/bin/luarocks ]; then pip2 install hererocks; fi + - if [ ! -f lua_install/bin/luarocks ]; then pip install hererocks; fi - if [ ! -f lua_install/bin/luarocks ]; then hererocks lua_install -r^ --$LUA; fi - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH -- cgit v1.2.3-55-g6feb