Skip to content

Commit

Permalink
single branch travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed May 15, 2018
1 parent 9b596a2 commit 3e1400e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addons:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git -b dev
- git clone https://github.com/flutter/flutter.git -b dev --single-branch
- ./flutter/bin/flutter doctor
- gem install coveralls-lcov
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ where you might think it is (e.g. Dash Paths).
All of the SVGs in the `assets/` folder (except the text related one(s)) now
have corresponding PNGs in the `golden/` folder that were rendered using
`flutter test tool/gen_golden.dart` and compared against their rendering output
in Chrome. Automated tests will continue to compare these to ensure code
in Chrome. Automated tests will continue to compare these to ensure code
changes do not break known-good renderings.

Basic usage (to create an SVG rendering widget from an asset):
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
source: hosted
version: "0.1.0-alpha.12"
glob:
dependency: "direct dev"
dependency: transitive
description:
name: glob
url: "https://pub.dartlang.org"
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
sdk: flutter

dev_dependencies:
glob: ^1.1.5
path: ^1.5.1
test: ^0.12.34
flutter_test:
Expand Down

0 comments on commit 3e1400e

Please sign in to comment.