Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	tool/publish.sh
  • Loading branch information
joostlek committed Jul 14, 2019
2 parents 3f97580 + fff416f commit 6eb072b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
sudo: false

language: dart

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- fonts-droid

install:
- git clone https://github.com/flutter/flutter.git -b beta
- ./flutter/bin/flutter doctor

script:
- ./flutter/bin/flutter test example

cache:
directories:
- $HOME/.pub-cache

deploy:
provider: script
script: ./tool/publish.sh
on:
branch: master
2 changes: 1 addition & 1 deletion example/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:example/main.dart';
import '../lib/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit 6eb072b

Please sign in to comment.