Skip to content

Commit

Permalink
Update self-test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Mar 19, 2020
1 parent 8c4ae7a commit 615cf23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: c
sudo: required
language: ruby c

matrix:
include:
Expand All @@ -7,16 +8,19 @@ matrix:
osx_image: xcode7.3
- os: linux
dist: trusty
rvm: "2.4"
compiler: gcc
- os: linux
dist: trusty
dist: xenial
rvm: "2.7"
compiler: clang

before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.3 && rvm use 2.3 && ruby -v; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib; fi

install:
- gem install rspec
- gem install rubocop -v 0.57.2

script:
- cd test && rake ci
6 changes: 6 additions & 0 deletions test/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Style/NumericPredicate:
Enabled: false
Style/MultilineBlockChain:
Enabled: false
Style/Alias:
Enabled: false
Style/EvalWithLocation:
Enabled: false
Style/MixinUsage:
Enabled: false

# These are also places we diverge... but we will likely comply down the road
Style/IfUnlessModifier:
Expand Down

0 comments on commit 615cf23

Please sign in to comment.