Skip to content

Commit

Permalink
travis updates and gemfile test for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spodlecki committed Dec 30, 2015
1 parent b38845a commit 14794f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: ruby
before_script:
- cd tests/test_app
- bundle exec rails g impressionist -f
- bundle exec rake db:migrate
- bundle exec rake db:create db:migrate RAILS_ENV=test
- cd ..
rvm:
- 1.9.3
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails32.gemfile
Expand Up @@ -22,6 +22,9 @@ group :test do
gem 'simplecov'
gem 'systemu'
gem 'friendly_id', '~> 4.0.9'

# test/unit has been removed by default in Ruby 2.2.x+
gem 'test-unit'
end

gemspec :path => '../'
3 changes: 3 additions & 0 deletions gemfiles/rails40.gemfile
Expand Up @@ -22,6 +22,9 @@ group :test do
gem 'simplecov'
gem 'systemu'
gem 'friendly_id', '~> 5.1.0'

# test/unit has been removed by default in Ruby 2.2.x+
gem 'test-unit'
end

gemspec :path => '../'

0 comments on commit 14794f8

Please sign in to comment.