Skip to content

Commit c2b24df

Browse files
Update templates/flutter/.travis.yml.twig
Co-authored-by: Jake Barnby <[email protected]>
1 parent cff72ef commit c2b24df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/flutter/.travis.yml.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ os: linux
77
install:
88
- cd ~
99
- 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"
10+
- export PATH="$PATH:$(pwd)/flutter/bin/cache/dart-sdk/bin"
11+
- export PATH="$PATH:$(pwd)/flutter/bin"
1212
- flutter doctor
1313
- mkdir -p ~/.config/dart
1414
- |

0 commit comments

Comments
 (0)