From 3a9a7dc7b0a1cfdc9c7aaed4750fe21f7decb4b4 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Sat, 11 Mar 2017 23:21:18 -0500 Subject: [PATCH] Change to (hopefully) eliminate extraneous configurations. original commit: eb22ad1f69742ec61b0653cdce0b3a7f8cb0dbb5 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bfd43e55f..924dc74c3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: c -os: - - linux - - osx matrix: include: - os: osx @@ -21,4 +18,4 @@ matrix: - os: linux env: TARGET_MACHINE=ta6le script: - - ./configure $TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting ' + - ./configure -m=$TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting '