1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-30 03:39:34 -04:00

Update travis.yml

Update travis.yml to newer versions of Ruby and to check on OSX and Linux
This commit is contained in:
Mark VanderVoord 2017-04-05 08:45:46 -04:00 committed by GitHub
parent dd791fe407
commit 1bb97ff2a8

@ -1,8 +1,19 @@
language: ruby
os:
- osx
- linux
rvm:
- "1.9.3"
- "2.0.0"
- "2.2.2"
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib; fi
install:
- bundle install
script:
- bundle exec rake ci