Skip to content

Commit

Permalink
Some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahzs committed Aug 31, 2018
1 parent bd790db commit a05c0b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- ~/.bundle
- run: bundle exec rubocop -D

ruby:
rails-tests:
working_directory: ~/Charcoal-SE/metasmoke
parallelism: 1
shell: /bin/bash --login
Expand Down Expand Up @@ -116,7 +116,6 @@ jobs:
RACK_ENV: test
- run: bundle exec rake test:prepare
- run: bundle exec rake db:migrate
- run: bundle exec rubocop -D
- run:
command: bundle exec rails test --verbose
environment:
Expand All @@ -139,5 +138,5 @@ workflows:
build_and_test:
jobs:
- js
- ruby
- rails-tests
- rubocop

0 comments on commit a05c0b9

Please sign in to comment.