diff options
author | sanmiguel <[email protected]> | 2017-02-12 19:20:33 +0100 |
---|---|---|
committer | sanmiguel <[email protected]> | 2017-02-12 19:20:33 +0100 |
commit | c289a2359ba12fdef6dec083f3c402fbb58b97ba (patch) | |
tree | 9b0923efe3db94c1ba5eb0d07d9a57df6173702c /.travis.yml | |
parent | 1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a (diff) | |
download | kerl-c289a2359ba12fdef6dec083f3c402fbb58b97ba.tar.gz kerl-c289a2359ba12fdef6dec083f3c402fbb58b97ba.tar.bz2 kerl-c289a2359ba12fdef6dec083f3c402fbb58b97ba.zip |
Fix path to install dir when removing installation
This is a bit nasty, and could be improved by #185
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |