aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-12 18:54:12 +0100
committersanmiguel <[email protected]>2017-02-12 18:54:12 +0100
commit1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a (patch)
treec0459b83d99a2171127edf3d3019cf82e402c724
parentbc9daf24c644d29ef3b5396f869276f577f3946d (diff)
downloadkerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.tar.gz
kerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.tar.bz2
kerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.zip
it's 'delete installation' not 'delete install'...
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 208a874..4f40c81 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 install "install_$_KERL_VSN"
+ - ./kerl delete installation "install_$_KERL_VSN"
- ./kerl delete build "$_KERL_VSN"