Skip to content

Commit 9bd0677

Browse files
committed
Get some ruby goodness for free 🎉
1 parent 7fe4cbd commit 9bd0677

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: bash
1+
language: ruby
22
dist: xenial
33
group: edge
44
sudo: required
@@ -12,7 +12,6 @@ env:
1212
- PATH="${HOME}/bin:${PATH}"
1313
- TMPDIR="${TMPDIR:-/tmp}"
1414
before_install:
15-
- rvm use --install --fuzzy "$(cat .ruby-version)"
1615
- eval "$(gimme 1.11.1)"
1716
- make deps
1817
script:

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ deps: $(DEPS)
4747
.PHONY: .ensure-rubocop
4848
.ensure-rubocop:
4949
bundle version &>/dev/null || gem install bundler
50-
bundle exec rubocop --version &>/dev/null || \
51-
bundle install --jobs=3 --retry=3 --deployment --path $${BUNDLE_PATH:-vendor/bundle}
50+
bundle exec rubocop --version &>/dev/null || bundle install
5251

5352
.PHONY: .ensure-shellcheck
5453
.ensure-shellcheck:

0 commit comments

Comments
 (0)