diff options
author | roboo <robo.karasek@gmail.com> | 2016-10-10 17:18:41 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2016-10-10 17:18:41 +0200 |
commit | 407c010d4b1b5b22164b2b91fe4af9bda078c35d (patch) | |
tree | 5589dbf6ee6c3cf48ebcd9b719f7d76507612362 /.travis.yml | |
parent | 9f2d580c6c01f058f10b07d9c891aa25f52fd93b (diff) | |
download | luarocks-407c010d4b1b5b22164b2b91fe4af9bda078c35d.tar.gz luarocks-407c010d4b1b5b22164b2b91fe4af9bda078c35d.tar.bz2 luarocks-407c010d4b1b5b22164b2b91fe4af9bda078c35d.zip |
Fix of openssl location on TravisCI OSX build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9a1b6745..ff2fb661 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -40,7 +40,7 @@ matrix: | |||
40 | 40 | ||
41 | 41 | ||
42 | before_install: | 42 | before_install: |
43 | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; gem install bundler; brew install openssl; brew link openssl --force;fi | 43 | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update;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 |