File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ os :
2+ - linux
3+ sudo : false
4+ addons :
5+ apt :
6+ sources :
7+ - ubuntu-toolchain-r-test
8+ packages :
9+ - libstdc++6
10+ - fonts-droid
11+ git :
12+ depth : 3
13+ cache :
14+ directories :
15+ - $HOME/.pub-cache
16+ env :
17+ - FLUTTER_VERSION=beta
18+ - FLUTTER_VERSION=dev
19+ matrix :
20+ allow_failures :
21+ - env : FLUTTER_VERSION=dev
22+ before_script :
23+ - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
24+ - ./flutter/bin/flutter doctor
25+ script :
26+ - ./flutter/bin/flutter test example/test/widget_test.dart
Original file line number Diff line number Diff line change 77import 'package:flutter/material.dart' ;
88import 'package:flutter_test/flutter_test.dart' ;
99
10- import 'package:example /main.dart' ;
10+ import '../lib /main.dart' ;
1111
1212void main () {
1313 testWidgets ('Skip Pressed smoke test' , (WidgetTester tester) async {
You can’t perform that action at this time.
0 commit comments