Skip to content

Commit

Permalink
📝 ci config fix (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyezz authored May 28, 2019
1 parent 2fe34e9 commit 902a532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
macos:
xcode: "10.1.0"
steps:
- checkout
- run: git clone https://InstabugCI:[email protected]/Instabug/Escape.git
- run: cd Escape; swift build -c release -Xswiftc -static-stdlib
- run: cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
Expand Down Expand Up @@ -121,5 +122,4 @@ workflows:
- release
filters:
branches:
only: master

only: master
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Instabug for Flutter

[![CircleCI](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master.svg?style=svg)](https://circleci.com/gh/Instabug/Instabug-Flutter/tree/master)
[![pub package](https://img.shields.io/pub/v/instabug.svg)](https://pub.dev/packages/instabug)

A Flutter plugin for [Instabug](https://instabug.com/).
Expand Down

0 comments on commit 902a532

Please sign in to comment.