Skip to content

Commit cff72ef

Browse files
update command
1 parent 09045b5 commit cff72ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/flutter/.travis.yml.twig

Lines changed: 3 additions & 3 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
- |
@@ -26,4 +26,4 @@ deploy:
2626
skip_cleanup: true
2727
script: dart format ./lib/ && flutter pub publish -f
2828
on:
29-
tags: true
29+
tags: true

0 commit comments

Comments
 (0)