Skip to content

Commit

Permalink
Update dependencies and run tests on latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
wildlyinaccurate committed Mar 12, 2017
1 parent 0c34207 commit b16abdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,9 +1,12 @@
sudo: false
dist: trusty
language: ruby
bundler_args: --without debug
before_script: bundle exec jekyll --version
script: bundle exec rake features_with_coveralls
rvm:
- 2.2
- 2.1
- 2.0
- '2.4'
- '2.3'
- '2.2'
- '2.1'
- '2.0'
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -4,8 +4,8 @@ gemspec

group :development do
gem 'rake'
gem 'cucumber', '~> 2.1'
gem 'test-unit', '~> 3.1'
gem 'cucumber', '~> 2.4'
gem 'test-unit', '~> 3.2'

gem 'simplecov', :require => false
gem 'coveralls', :require => false
Expand Down

0 comments on commit b16abdc

Please sign in to comment.