aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-12 18:25:59 +0100
committersanmiguel <[email protected]>2017-02-12 18:25:59 +0100
commitbc9daf24c644d29ef3b5396f869276f577f3946d (patch)
tree48cb769c2b820fd9876ff4bca34a50afa9bec00d
parent7db28f64044ef210ea114622a7f28b9a8312851a (diff)
downloadkerl-bc9daf24c644d29ef3b5396f869276f577f3946d.tar.gz
kerl-bc9daf24c644d29ef3b5396f869276f577f3946d.tar.bz2
kerl-bc9daf24c644d29ef3b5396f869276f577f3946d.zip
Add more build steps to clean env
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 41e0c56..208a874 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,11 +5,14 @@ os:
env:
global:
- KERL_BASE_DIR="$TMPDIR"/.kerl
+ - KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc"
matrix:
- _KERL_VSN=19.2
script:
- ./kerl update releases
- - travis_wait ./kerl build "$_KERL_VSN" "$_KERL_VSN"
+ - 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 build "$_KERL_VSN"