Skip to content

Commit

Permalink
fix(build): fix dependency versions in travis and readme too
Browse files Browse the repository at this point in the history
  • Loading branch information
jzsfkzm committed Jan 24, 2017
1 parent c900789 commit 433042b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ before_install:
install:
- luarocks install --server=http:https://luarocks.org/dev openssl
- luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
- luarocks install luafilesystem
- luarocks install luafilesystem 1.6.3-2
- luarocks install busted
- luarocks install rapidjson
- luarocks install luacrypto
- luarocks install date
- luarocks install rapidjson 0.4.5-1
- luarocks install luacrypto 0.3.2-2
- luarocks install date 2.1.1-1

script:
- busted spec
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Some tips to setup the local development environment on a Mac:
brew install lua
brew install cmake
brew install openssl
luarocks-5.2 install luafilesystem
luarocks-5.2 install luafilesystem 1.6.3-2
luarocks-5.2 install busted
luarocks-5.2 install rapidjson
luarocks-5.2 install date
luarocks-5.2 install luacrypto OPENSSL_INCDIR=/usr/local/Cellar/openssl/1.0.2c/include
luarocks-5.2 install rapidjson 0.4.5-1
luarocks-5.2 install luacrypto 0.3.2-2 OPENSSL_INCDIR=/usr/local/Cellar/openssl/1.0.2j/include
luarocks-5.2 install date 2.1.1-1
```


Expand Down

0 comments on commit 433042b

Please sign in to comment.