From 25a3666e47a96aacefc150ac8ed114d0c3f08ab2 Mon Sep 17 00:00:00 2001 From: jsalling Date: Sun, 24 Apr 2016 12:07:51 -0500 Subject: [PATCH] Add Unity Fixture to the travisCI build, and use Makefile builds Prevent changes in core Unity from silently breaking Fixture --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 74dc382..ca664b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ rvm: - "2.0.0" script: - cd test && rake ci + - make -s + - cd ../extras/fixture/test && rake ci + - make -s default noStdLibMalloc