aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-18 15:58:25 +0100
committersanmiguel <[email protected]>2017-02-18 15:58:25 +0100
commit9c476cf51bb962ac22f3062053a17c1babc4238d (patch)
tree9e3a3a51890a8d9be48185a6861713b7a3501ac4
parent489af83c8e5908811e3c9566b90e066d8292bffa (diff)
downloadkerl-9c476cf51bb962ac22f3062053a17c1babc4238d.tar.gz
kerl-9c476cf51bb962ac22f3062053a17c1babc4238d.tar.bz2
kerl-9c476cf51bb962ac22f3062053a17c1babc4238d.zip
Try to activate an erlang, test that crypto works and deactivate it
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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"