From fbf5c1b6eda2ca196132b510bc73face8a1e5c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 15 Mar 2017 09:03:59 +0100 Subject: travis: add non-curses builds to test matrix This ensures that the configuration at least compiles. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1c9843f..8ec0eb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ matrix: - os: linux compiler: gcc env: TARGET=clean + - os: linux + compiler: gcc + env: TARGET= CONFIG=--disable-curses - os: linux compiler: gcc env: TARGET= CONFIG=--disable-lua @@ -29,6 +32,9 @@ matrix: - os: osx compiler: clang env: TARGET=debug + - os: osx + compiler: clang + env: TARGET= CONFIG=--disable-curses - os: osx compiler: clang env: TARGET= CONFIG=--disable-lua -- cgit v1.2.3