aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-18 15:48:48 +0100
committersanmiguel <[email protected]>2017-02-18 15:48:48 +0100
commit489af83c8e5908811e3c9566b90e066d8292bffa (patch)
treeb0f989072ffb63afb8137e599e55305edf96a846
parent9da8b040accb01f529e962a1dbb3eb3479724d5d (diff)
downloadkerl-489af83c8e5908811e3c9566b90e066d8292bffa.tar.gz
kerl-489af83c8e5908811e3c9566b90e066d8292bffa.tar.bz2
kerl-489af83c8e5908811e3c9566b90e066d8292bffa.zip
Use ./kerl not kerl
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52423b5..7c0211d 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 $(kerl path install_$_KERL_VSN)
+ - ./kerl delete installation $(./kerl path install_$_KERL_VSN)
- ./kerl delete build "$_KERL_VSN"