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.
1 parent 09045b5 commit cff72efCopy full SHA for cff72ef
templates/flutter/.travis.yml.twig
@@ -7,8 +7,8 @@ os: linux
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"
+- export PATH="$PATH:$pwd()/flutter/bin/cache/dart-sdk/bin"
+- export PATH="$PATH:$pwd()/flutter/bin"
12
- flutter doctor
13
- mkdir -p ~/.config/dart
14
- |
@@ -26,4 +26,4 @@ deploy:
26
skip_cleanup: true
27
script: dart format ./lib/ && flutter pub publish -f
28
on:
29
- tags: true
+ tags: true
0 commit comments