Skip to content

Commit a1d95b3

Browse files
committed
Update .travis.yml
1 parent aa80140 commit a1d95b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ script:
1313
- (cd packages/dart && pub get)
1414
- (cd packages/dart && dart run build_runner build --delete-conflicting-outputs)
1515
- (cd packages/dart && pub run test)
16+
- (cd packages/flutter && flutter pub remove parse_server_sdk)
17+
- (cd packages/flutter && flutter pub add parse_server_sdk --path ../dart)
1618
- (cd packages/flutter && flutter pub get)
1719
- (cd packages/flutter && flutter test --no-pub test/)
1820

0 commit comments

Comments
 (0)