We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870c4a6 + 1c80e2f commit 8731251Copy full SHA for 8731251
.rubocop.yml
@@ -6,7 +6,7 @@ Rails:
6
Enabled: true
7
8
AllCops:
9
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.5
10
TargetRailsVersion: 5.2
11
Include:
12
- '**/*.ruby'
.travis.yml
@@ -2,19 +2,13 @@ language: ruby
2
sudo: required
3
cache: bundler
4
rvm:
5
- - 2.6.3
- - 2.4.6
- - 2.3.8
+ - 2.6
+ - 2.5
gemfile:
- Gemfile
services:
- mysql
- postgresql
13
-branches:
14
- only:
15
- - devel
16
- - /^fix_.*$/
17
- - /^feat_.*$/
18
env:
19
global:
20
- REDMINE_LANG=en
0 commit comments