From 9c476cf51bb962ac22f3062053a17c1babc4238d Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Sat, 18 Feb 2017 15:58:25 +0100 Subject: Try to activate an erlang, test that crypto works and deactivate it --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7c0211d..2692a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,8 @@ script: - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN" - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN" - ./kerl status + - source $(./kerl path install_$_KERL_VSN)/activate + - erl -s crypto -s init stop + - kerl_deactivate - ./kerl delete installation $(./kerl path install_$_KERL_VSN) - ./kerl delete build "$_KERL_VSN" -- cgit v1.2.3