Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slowjack2k committed Apr 14, 2014
1 parent 34a3ac9 commit ea0c71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ notifications:
- shad0wrunner@gmx.de

script:
- bundle exec rspec
- bundle exec rubocop
- bundle exec rake spec
- bundle exec rake rubocop
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gemspec

gem 'simplecov', require: false, group: :test
gem 'coveralls', require: false
gem 'rubocop', require: false
gem 'rubocop', '0.18.1', require: false

0 comments on commit ea0c71f

Please sign in to comment.