1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-06-17 06:36:08 -04:00

Further tweaks to testing

This commit is contained in:
mvandervoord
2020-03-19 10:09:22 -04:00
parent 9b393ad4fb
commit 44c8d4718a

@ -3,9 +3,9 @@ language: ruby c
matrix:
include:
- os: osx
compiler: clang
osx_image: xcode7.3
#- os: osx
# compiler: clang
# osx_image: xcode7.3
- os: linux
dist: trusty
rvm: "2.4"
@ -19,6 +19,7 @@ before_install:
- sudo apt-get install --assume-yes --quiet gcc-multilib
install:
- gem update bundler
- bundle install
- gem install rspec
- gem install rubocop -v 0.57.2