Skip to content

Commit

Permalink
tweaks for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jun 17, 2017
1 parent 2355a04 commit d733923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Gemfile.lock

# tmp
/tmp

# IntelliJ IDEA / RubyMine
.idea/
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ AllCops:
TargetRubyVersion: 2.0
DisplayCopNames: true
Exclude:
- tasks/**/*.*
- "tasks/**/*"
- "vendor/**/*"

Style:
Enabled: false
Expand Down Expand Up @@ -46,4 +47,4 @@ Lint/AmbiguousRegexpLiteral:

# TODO: enable it in a future because `ruby -w` warns it
Lint/AmbiguousOperator:
Enabled: false
Enabled: false
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
sudo: false
dist: trusty
language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- 2.4.0
- "2.4"

cache:
bundler: true
bundler_args: --without development
before_install: gem update bundler
script:
Expand Down

0 comments on commit d733923

Please sign in to comment.