aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-15 09:03:59 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-15 09:25:58 +0100
commitfbf5c1b6eda2ca196132b510bc73face8a1e5c46 (patch)
treea3de3767e46bc673ff8f6d15ee3e0c008e677ae4
parentb739323dfd13b177971250ed6f0ce0c58877c0e8 (diff)
downloadvis-fbf5c1b6eda2ca196132b510bc73face8a1e5c46.tar.gz
vis-fbf5c1b6eda2ca196132b510bc73face8a1e5c46.tar.xz
travis: add non-curses builds to test matrix
This ensures that the configuration at least compiles.
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c9843f..8ec0eb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,9 @@ matrix:
env: TARGET=clean
- os: linux
compiler: gcc
+ env: TARGET= CONFIG=--disable-curses
+ - os: linux
+ compiler: gcc
env: TARGET= CONFIG=--disable-lua
- os: linux
compiler: gcc
@@ -31,6 +34,9 @@ matrix:
env: TARGET=debug
- os: osx
compiler: clang
+ env: TARGET= CONFIG=--disable-curses
+ - os: osx
+ compiler: clang
env: TARGET= CONFIG=--disable-lua
- os: osx
compiler: clang