We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7e3b31 + f797102 commit 5f12086Copy full SHA for 5f12086
.codeclimate.yml
@@ -0,0 +1,6 @@
1
+engines:
2
+ rubocop:
3
+ enabled: true
4
+ checks:
5
+ Rubocop/Layout/TrailingWhitespace:
6
+ enabled: false
.travis.yml
@@ -9,7 +9,7 @@ rvm:
9
- 2.1
10
- 2.2
11
- 2.3
12
- - 2.4.2
+ - 2.4
13
- 2.5
14
- 2.6
15
- ruby-head
@@ -21,6 +21,7 @@ before_script:
21
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
22
matrix:
23
allow_failures:
24
+ - rvm: 1.8.7
25
- rvm: ruby-head
26
- rvm: jruby
27
script: "rake test" # test:scanners"
0 commit comments