Skip to content

Commit

Permalink
chore(travis) specify trusty dist and pin LuaSec version
Browse files Browse the repository at this point in the history
This is to avoid an issue with the Xenial dist described here:

https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/16

LuaSec 0.6 is pinned to avoid using the latest release which isn't
compatible with OpenSSL 1.0.1 anymore.

From #130
  • Loading branch information
thibaultcha committed May 8, 2019
1 parent 59a9850 commit ae4c614
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 ae4c614

Please sign in to comment.