Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code/tests to apply almost rubocop rules #60

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change travis configuration to test on jRuby
  • Loading branch information
nthachus committed Nov 13, 2019
commit a5ee9ae5ae06fcd2843a484b549026e04b63d46f
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo: false
language: ruby
cache: bundler
rvm:
- '1.9.3'
- '2.0.0'
- '2.0.0'
- '2.1.8'
- '2.2.4'
- '2.3.0'

script:
- "./travis/ldapfluff_up_to_snuff.sh"
- 1.9.3
- 2.0
- 2.3
- ruby
- jruby
before_script: bundle exec rubocop
script: bundle exec rake
12 changes: 0 additions & 12 deletions travis/ldapfluff_up_to_snuff.sh

This file was deleted.