Files
Unity/.travis.yml
jsalling da7e375cf9 Start building Unity & Fixture with C89 flags in continuous integration
Remove stdint.h from the C89 build due to -pedantic warnings from type
  'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
2016-08-30 19:57:55 -05:00

11 lines
179 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
- make -s C89