Skip to content

Commit

Permalink
Adjust circleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jshvarts committed Jan 4, 2019
1 parent efba40c commit 58ee907
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@ jobs:
- run:
name: Run Unit Tests
command: bundle exec fastlane unit_test
no_output_timeout: "15m"
no_output_timeout: "15m"


workflows:
version: 2
build-test:
jobs:
- build-and-test

0 comments on commit 58ee907

Please sign in to comment.