Skip to content

Commit

Permalink
Merge pull request #9 from tknzk/fix_circleci_config
Browse files Browse the repository at this point in the history
fix nest
  • Loading branch information
tknzk authored Jan 24, 2019
2 parents fcee80a + 7f7ae3e commit b36bcc6
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 b36bcc6

Please sign in to comment.