Skip to content

Commit

Permalink
Merge e0fa04f into cc178ad
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 20, 2016
2 parents cc178ad + e0fa04f commit aa9fd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ env:
- RAILS=4.2.5
- RAILS=5.0.0
global:
- RUBY_DEP_GEM_SILENCE_WARNINGS=1
- JRUBY_OPTS="-J-Xmx1024m --debug"
matrix:
fast_finish: true
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -58,6 +58,7 @@ group :test do
gem 'capybara'
gem 'simplecov', require: false # Test coverage generator. Go to /coverage/ after running tests
gem 'coveralls', require: false # Test coverage website. Go to https://coveralls.io
gem 'tins', '< 1.3.4', platforms: :ruby_19
gem 'cucumber-rails', require: false
gem 'cucumber', '1.3.20'
gem 'database_cleaner'
Expand Down

0 comments on commit aa9fd49

Please sign in to comment.