Skip to content

Commit 16b4c7b

Browse files
committed
move test to root
1 parent c37a9fb commit 16b4c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ before_script:
2323
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
2424
- ./flutter/bin/flutter doctor
2525
script:
26-
- ./flutter/bin/flutter test example/test/widget_test.dart
26+
- ./flutter/bin/flutter test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import 'package:flutter/material.dart';
88
import 'package:flutter_test/flutter_test.dart';
99

10-
import '../lib/main.dart';
10+
import '../example/lib/main.dart';
1111

1212
void main() {
1313
testWidgets('Skip Pressed smoke test', (WidgetTester tester) async {

0 commit comments

Comments
 (0)