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:
@ -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
|
||||
|
Reference in New Issue
Block a user