mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-29 06:19:59 +00:00
adjusted travis to use ruby 2.3 to make OSX build pass
This commit is contained in:
+1
-2
@@ -5,10 +5,9 @@ os:
|
||||
- linux
|
||||
|
||||
rvm:
|
||||
- "2.2.2"
|
||||
- "2.3"
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user