diff options
author | sanmiguel <[email protected]> | 2017-02-18 14:42:48 +0100 |
---|---|---|
committer | sanmiguel <[email protected]> | 2017-02-18 14:42:48 +0100 |
commit | 9da8b040accb01f529e962a1dbb3eb3479724d5d (patch) | |
tree | 7f04c3e67df32e4170eac7fbc2522f0a4f0319da | |
parent | 0adce8690bd703d08c4c1af6d19d67ab78ff8bd8 (diff) | |
download | kerl-9da8b040accb01f529e962a1dbb3eb3479724d5d.tar.gz kerl-9da8b040accb01f529e962a1dbb3eb3479724d5d.tar.bz2 kerl-9da8b040accb01f529e962a1dbb3eb3479724d5d.zip |
Use new 'kerl path foo' command to figure out install to delete
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fab0a8c..52423b5 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 $(pwd)/install_"$_KERL_VSN" + - ./kerl delete installation $(kerl path install_$_KERL_VSN) - ./kerl delete build "$_KERL_VSN" |