Skip to content

Commit

Permalink
Merge c109e1b into 59a9850
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed May 8, 2019
2 parents 59a9850 + c109e1b commit e52610e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/setup_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
set -e

openssl version

# -----------
# Install ccm
# -----------
Expand Down Expand Up @@ -105,9 +107,7 @@ else
fi

# init_by_lua + plain Lua dependencies
luarocks install luasec
luarocks install luasec 0.6
luarocks install luasocket
luarocks install luacov
luarocks install luacov-coveralls

luarocks --version
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: trusty

language: java

Expand Down

0 comments on commit e52610e

Please sign in to comment.