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 cff72ef commit c2b24dfCopy full SHA for c2b24df
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
- |
0 commit comments