forked from rubocop/rubocop-rspec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vendor/rubocop"] | ||
path = vendor/rubocop | ||
url = git://github.com/bbatsov/rubocop.git | ||
path = vendor/rubocop | ||
url = https://github.com/bbatsov/rubocop.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
sudo: false | ||
cache: bundler | ||
language: ruby | ||
|
||
rvm: | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1 | ||
- 2.0.0-p648 | ||
- 2.1.8 | ||
- 2.2.4 | ||
- 2.3.0 | ||
- ruby-head | ||
- jruby-19mode | ||
- rbx-2 | ||
- jruby-9.0.1.0 | ||
- rbx-3 | ||
|
||
env: | ||
# this doesn't do anything for MRI or RBX, but it doesn't hurt them either | ||
# for JRuby, it enables us to get more accurate coverage data | ||
- JRUBY_OPTS="--debug" | ||
|
||
matrix: | ||
allow_failures: | ||
- rvm: ruby-head | ||
- rvm: rbx-2 | ||
before_install: | ||
- gem update --remote bundler | ||
script: | ||
- bundle exec rake | ||
- rvm: rbx-3 | ||
fast_finish: true | ||
|
||
before_install: gem update --remote bundler | ||
script: bundle exec rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rubocop
updated
from 3ec1ef to 66c73b