Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 8, 2019
1 parent bbfa89e commit cd503b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.4.6
- 2.5.5
- 2.4.9
- 2.5.7
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
1 change: 1 addition & 0 deletions enju_inventory.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "simplecov"
s.add_development_dependency "coveralls"
s.add_development_dependency "annotate"
s.add_development_dependency "sprockets", "~> 3.7"
end

0 comments on commit cd503b0

Please sign in to comment.