Skip to content

Commit 94d8cda

Browse files
committed
nits
1 parent 679fe5a commit 94d8cda

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# iOS CircleCI 2.0 configuration file
2-
#
3-
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details
4-
#
51
version: 2
62
jobs:
73
build:
@@ -21,8 +17,8 @@ jobs:
2117
- run:
2218
name: Bundle Install
2319
command: |
24-
gem install bundler;
25-
bundle install;
20+
gem install bundler
21+
bundle install
2622
2723
# Build the app and run tests
2824
- run:

0 commit comments

Comments
 (0)