aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-12 17:58:03 +0100
committersanmiguel <[email protected]>2017-02-12 17:58:03 +0100
commit7db28f64044ef210ea114622a7f28b9a8312851a (patch)
treec2ac7a8fc671d4204dbc619aaa78423f114595b4
parent64ee9f1df3b0348cfcb50cef48d025a35ac40a41 (diff)
downloadkerl-7db28f64044ef210ea114622a7f28b9a8312851a.tar.gz
kerl-7db28f64044ef210ea114622a7f28b9a8312851a.tar.bz2
kerl-7db28f64044ef210ea114622a7f28b9a8312851a.zip
Tweak install name
Cut back on erlang versions in matrix while testing
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 45da49c..41e0c56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,10 @@ env:
global:
- KERL_BASE_DIR="$TMPDIR"/.kerl
matrix:
- - _KERL_VSN=R16B02
- - _KERL_VSN=18.3
- _KERL_VSN=19.2
script:
- ./kerl update releases
- travis_wait ./kerl build "$_KERL_VSN" "$_KERL_VSN"
- - ./kerl install "$_KERL_VSN" "$TMPDIR/i_$_KERL_VSN"
+ - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
- ./kerl status