Skip to content

Commit c680094

Browse files
Merge pull request #129 from appwrite/lohanidamodar-patch-1
2 parents 85f4432 + 05dec00 commit c680094

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ dart: stable
55
os: linux
66

77
install:
8+
- cd ~
9+
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
10+
- export PATH="$PATH:$(pwd)/flutter/bin/cache/dart-sdk/bin"
11+
- export PATH="$PATH:$(pwd)/flutter/bin"
12+
- flutter doctor
813
- mkdir -p ~/.config/dart
914
- |
1015
cat <<EOF > ~/.config/dart/pub-credentials.json
@@ -19,6 +24,6 @@ install:
1924
deploy:
2025
provider: script
2126
skip_cleanup: true
22-
script: dart format ./lib/ && dart pub publish -f
27+
script: dart format ./lib/ && flutter pub publish -f
2328
on:
24-
tags: true
29+
tags: true

0 commit comments

Comments
 (0)