Change to (hopefully) eliminate extraneous configurations.

original commit: eb22ad1f69742ec61b0653cdce0b3a7f8cb0dbb5
This commit is contained in:
Andy Keep 2017-03-11 23:21:18 -05:00
parent 1b4ddd640c
commit 3a9a7dc7b0

View File

@ -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 '