Skip to content

Commit 159d59a

Browse files
committed
fix tests
1 parent c646bc0 commit 159d59a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ dart:
77
install:
88
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
99
- export PATH=./flutter/bin:$PATH
10+
- export PATH=./flutter/bin:$PATH
1011
- flutter doctor
1112

1213
script:
13-
- flutter packages get
14-
- flutter test --no-pub test/
14+
- (cd packages/dart && dart pub get)
15+
- (cd packages/dart && dart test test/)
16+
- (cd packages/flutter && flutter pub get)
17+
- (cd packages/flutter && flutter test --no-pub test/)
1518

1619
cache:
1720
directories:

0 commit comments

Comments
 (0)