Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tknzk committed Jan 24, 2019
1 parent fcee80a commit 7f7ae3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- checkout
- run:
name: submodule update and execute
command: |
git submodule init
git submodule update
bundle install
bundle exec rake
bundle exec rubocop
name: submodule update and execute
command: |
git submodule init
git submodule update
bundle install
bundle exec rake
bundle exec rubocop
workflows:
version: 2
Expand Down

0 comments on commit 7f7ae3e

Please sign in to comment.