Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitisoff committed Mar 12, 2018
1 parent ed68fa0 commit 64a4e92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.3.5
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,6 +6,6 @@ gem 'rspec'
gem 'watir'
gem 'coveralls' # For Coveralls.
gem 'simplecov', :require => false # For Coveralls.
gem 'rake'
gem 'rake', '12.3.0'
gem 'rspec-core'
gem 'rubyzip', '~> 1.2.1'
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -4,6 +4,6 @@ machine:
test:
pre:
- bundle install
- rake install
- bundle exec rake install
post:
- bundle exec rspec spec/ruby_lang_tests.rb -f html -o $CIRCLE_ARTIFACTS/test_report.html

0 comments on commit 64a4e92

Please sign in to comment.