Files
Unity/.travis.yml
jsalling 25a3666e47 Add Unity Fixture to the travisCI build, and use Makefile builds
Prevent changes in core Unity from silently breaking Fixture
2016-04-24 12:07:51 -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