Skip to content

Commit 51cef3b

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter into review
2 parents 85fdd50 + 24784ee commit 51cef3b

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
os:
2+
- linux
3+
4+
sudo: false
5+
6+
git:
7+
depth: 3
8+
9+
cache:
10+
directories:
11+
- $HOME/.pub-cache
12+
13+
env:
14+
- FLUTTER_VERSION=stable
15+
16+
# Only building master means that we don't run two builds for each pull request.
17+
branches:
18+
only: [master]
19+
20+
before_script:
21+
- cd ../
22+
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
23+
- ./flutter/bin/flutter doctor
24+
- cd getflutter/
25+
26+
script:
27+
- ./../flutter/bin/flutter analyze .
28+
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![pub package](https://img.shields.io/pub/v/getflutter.svg)](https://pub.dartlang.org/packages/getflutter)
1+
[![pub package](https://img.shields.io/pub/v/getflutter.svg)](https://pub.dartlang.org/packages/getflutter) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/MIT) [![License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/ionicfirebaseapp/getflutter/blob/master/LICENSE) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://www.getflutter.dev) [![Twitter Follow](https://img.shields.io/twitter/follow/getflutterdev.svg?style=social)](https://twitter.com/getflutterdev)
22

33

44
<p align="center">
-185 Bytes
Loading
-172 Bytes
Loading
-185 Bytes
Loading
-584 Bytes
Loading

0 commit comments

Comments
 (0)