Files
Unity/.travis.yml
jsalling 593a03462e Add an option to omit UNITY_OUTPUT_CHAR declaration from the header
This solves the warnings from -Wredundant-decls when overriding the
  OUTPUT function with a function declared in another header.
 It's better this is the non-default option, since using it requires either
  a declaration of the new function OR a preprocessor guard on declaring
  UNITY_OUTPUT_CHAR (as in unity.c here), in every file using the function.
 See Pull Request #185 for more.
2016-04-24 23:30:19 -05:00

10 lines
163 B
YAML

language: ruby
rvm:
- "1.9.3"
- "2.0.0"
script:
- cd test && rake ci
- make -s
- cd ../extras/fixture/test && rake ci
- make -s default noStdlibMalloc