From c289a2359ba12fdef6dec083f3c402fbb58b97ba Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Sun, 12 Feb 2017 19:20:33 +0100 Subject: Fix path to install dir when removing installation This is a bit nasty, and could be improved by #185 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f40c81..6194cac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ script: - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN" - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN" - ./kerl status - - ./kerl delete installation "install_$_KERL_VSN" + - ./kerl delete installation /home/travis/build/kerl/kerl/install_"$_KERL_VSN" - ./kerl delete build "$_KERL_VSN" -- cgit v1.2.3