Skip to content

Commit 8800fbf

Browse files
authored
Fixing CI (#134)
1 parent 8fc9f86 commit 8800fbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- image: cirrusci/flutter
6868
steps:
6969
- checkout
70+
- run: sudo gem install bundler:1.16.1
7071
- run: bundle check || sudo bundle install
7172
- run: bundle exec danger
7273
- run: flutter doctor
@@ -163,4 +164,5 @@ workflows:
163164
- hold
164165
filters:
165166
branches:
166-
only: master
167+
only: master
168+

0 commit comments

Comments
 (0)