Files
CMock/.travis.yml
T

9 lines
104 B
YAML

language: ruby
rvm:
- "1.9.3"
- "2.0.0"
install:
- bundle install
script:
- bundle exec rake ci