diff options
author | sanmiguel <[email protected]> | 2017-02-12 18:54:12 +0100 |
---|---|---|
committer | sanmiguel <[email protected]> | 2017-02-12 18:54:12 +0100 |
commit | 1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a (patch) | |
tree | c0459b83d99a2171127edf3d3019cf82e402c724 /.travis.yml | |
parent | bc9daf24c644d29ef3b5396f869276f577f3946d (diff) | |
download | kerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.tar.gz kerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.tar.bz2 kerl-1b6de802f6c054c15ac6e3ffca71b0cd1b7b439a.zip |
it's 'delete installation' not 'delete install'...
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 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" |