We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4cbd commit 9bd0677Copy full SHA for 9bd0677
.travis.yml
@@ -1,4 +1,4 @@
1
-language: bash
+language: ruby
2
dist: xenial
3
group: edge
4
sudo: required
@@ -12,7 +12,6 @@ env:
12
- PATH="${HOME}/bin:${PATH}"
13
- TMPDIR="${TMPDIR:-/tmp}"
14
before_install:
15
-- rvm use --install --fuzzy "$(cat .ruby-version)"
16
- eval "$(gimme 1.11.1)"
17
- make deps
18
script:
Makefile
@@ -47,8 +47,7 @@ deps: $(DEPS)
47
.PHONY: .ensure-rubocop
48
.ensure-rubocop:
49
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}
+ bundle exec rubocop --version &>/dev/null || bundle install
52
53
.PHONY: .ensure-shellcheck
54
.ensure-shellcheck:
0 commit comments