From 09cfa2869fc263be859911d95a8ec82cac5793be Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 6 Feb 2017 11:01:34 -0300 Subject: [PATCH] Removes dup on travis build matrix --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b6ce1d6..3693b8c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,16 @@ compiler: - clang - gcc +os: + - linux + - osx + env: - OPTS="--enable-parser-generation $OPTS" - OPTS="--without-curl $OPTS" - OPTS="--without-yajl $OPTS" - OPTS="--without-geoip $OPTS" - OPTS="--without-lmdb $OPTS" - - OPTS="--without-yajl $OPTS" script: