From b9c594ef04c907162d88e84f6c264fa4fd911536 Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Sat, 18 Feb 2017 16:12:41 +0100 Subject: Disable wx; enable more erlang versions --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3