Skip to content

Commit

Permalink
Switch to installing libsodium via luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jun 14, 2018
1 parent ad6b137 commit d4a2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ env:
- LUA="luajit=2.1"

before_install:
- wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz && tar xzf LATEST.tar.gz && pushd libsodium-stable/ && ./configure --prefix=/usr && make && make check && sudo make install && popd
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin

install:
- luarocks install libsodium 0.1.0
- luarocks install luacheck
- luarocks install busted
- luarocks install luacov
Expand Down

0 comments on commit d4a2f98

Please sign in to comment.