aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorroboo <robo.karasek@gmail.com>2016-10-10 17:10:11 +0200
committerroboo <robo.karasek@gmail.com>2016-10-10 17:10:11 +0200
commit9f2d580c6c01f058f10b07d9c891aa25f52fd93b (patch)
tree86a013d8e5e6ac57b9db9d3ac67db65390317401 /.travis.yml
parent45c7334b90bfea01b0ddd452545134292b9e3ebb (diff)
downloadluarocks-9f2d580c6c01f058f10b07d9c891aa25f52fd93b.tar.gz
luarocks-9f2d580c6c01f058f10b07d9c891aa25f52fd93b.tar.bz2
luarocks-9f2d580c6c01f058f10b07d9c891aa25f52fd93b.zip
Fix of openssl location on TravisCI OSX build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4962f290..9a1b6745 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ matrix:
40 40
41 41
42before_install: 42before_install:
43 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi 43 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; gem install bundler; brew install openssl; brew link openssl --force;fi
44 - pip install hererocks 44 - pip install hererocks
45 - hererocks lua_install -r^ --$LUA 45 - hererocks lua_install -r^ --$LUA
46 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH 46 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH