Skip to content

Commit

Permalink
Add TravisCI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolbcn committed May 18, 2018
1 parent a86c574 commit c372a3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: ruby
cache: bundler
sudo: false
rvm:
- 1.9.3-p550
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- jruby-9.0.5.0
- jruby-9.1.9.0
before_install:
- gem update --system
script:
- bundle exec rubocop && bundle exec rake
2 changes: 1 addition & 1 deletion rosetta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

s.add_dependency 'rails'

s.add_dependency 'request_store'

# Development/Test dependencies
Expand All @@ -25,5 +24,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry-rails'
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'sqlite3'
end

0 comments on commit c372a3e

Please sign in to comment.