We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85f4432 + 05dec00 commit c680094Copy full SHA for c680094
.travis.yml
@@ -5,6 +5,11 @@ dart: stable
5
os: linux
6
7
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
13
- mkdir -p ~/.config/dart
14
- |
15
cat <<EOF > ~/.config/dart/pub-credentials.json
@@ -19,6 +24,6 @@ install:
19
24
deploy:
20
25
provider: script
21
26
skip_cleanup: true
22
- script: dart format ./lib/ && dart pub publish -f
27
+ script: dart format ./lib/ && flutter pub publish -f
23
28
on:
- tags: true
29
+ tags: true
0 commit comments