Skip to content

Commit

Permalink
more circle tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbl committed Nov 5, 2019
1 parent 8884e20 commit 1ef2835
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- checkout
- run:
name: Install Ruby Dependencies
command: bundle install
name: Install Ruby Dependencies
command: bundle install
- run:
name: Run Tests
command: bundle exec rspec
name: Run Tests
command: bundle exec rspec

0 comments on commit 1ef2835

Please sign in to comment.