aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-18 16:22:58 +0100
committersanmiguel <[email protected]>2017-02-18 16:22:58 +0100
commit4b48504daadfcaa479d6f7bccc93dd2850e610b3 (patch)
tree40cc5aa69c35749a7539169c67164c4992fdfc04
parentb9c594ef04c907162d88e84f6c264fa4fd911536 (diff)
downloadkerl-4b48504daadfcaa479d6f7bccc93dd2850e610b3.tar.gz
kerl-4b48504daadfcaa479d6f7bccc93dd2850e610b3.tar.bz2
kerl-4b48504daadfcaa479d6f7bccc93dd2850e610b3.zip
:space_invader: cc @fenollp
-rw-r--r--.travis.yml40
1 files changed, 20 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index 46e6749..bc95b76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1,25 @@
os:
- - linux
- - osx
+ - linux
+ - osx
env:
- global:
- - KERL_BASE_DIR="$TMPDIR"/.kerl
- - KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc wx"
- matrix:
- - _KERL_VSN=19.2
- - _KERL_VSN=18.3
- - _KERL_VSN=17.5
- - _KERL_VSN=R16B03-1
- - _KERL_VSN=R15B03-1
+ global:
+ - KERL_BASE_DIR="$TMPDIR"/.kerl
+ - KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc wx"
+ matrix:
+ - _KERL_VSN=19.2
+ - _KERL_VSN=18.3
+ - _KERL_VSN=17.5
+ - _KERL_VSN=R16B03-1
+ - _KERL_VSN=R15B03-1
script:
- - ./kerl update releases
- - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
- - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
- - ./kerl status
- - source $(./kerl path install_$_KERL_VSN)/activate
- - erl -s crypto -s init stop
- - kerl_deactivate
- - ./kerl delete installation $(./kerl path install_$_KERL_VSN)
- - ./kerl delete build "$_KERL_VSN"
+ - ./kerl update releases
+ - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
+ - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
+ - ./kerl status
+ - source $(./kerl path install_$_KERL_VSN)/activate
+ - erl -s crypto -s init stop
+ - kerl_deactivate
+ - ./kerl delete installation $(./kerl path install_$_KERL_VSN)
+ - ./kerl delete build "$_KERL_VSN"