aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-18 16:12:41 +0100
committersanmiguel <[email protected]>2017-02-18 16:12:41 +0100
commitb9c594ef04c907162d88e84f6c264fa4fd911536 (patch)
tree05cc3486bc04f57607cc56239b96c14834be0398
parent9c476cf51bb962ac22f3062053a17c1babc4238d (diff)
downloadkerl-b9c594ef04c907162d88e84f6c264fa4fd911536.tar.gz
kerl-b9c594ef04c907162d88e84f6c264fa4fd911536.tar.bz2
kerl-b9c594ef04c907162d88e84f6c264fa4fd911536.zip
Disable wx; enable more erlang versions
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2692a70..46e6749 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,13 @@ os:
env:
global:
- KERL_BASE_DIR="$TMPDIR"/.kerl
- - KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc"
+ - 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