Skip to content

Commit

Permalink
test: fix travis flutter download
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 11, 2018
1 parent 2c59299 commit b9c71dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,8 @@ addons:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git --depth 1 ~/.tekartik
- mkdir -p ~/.tekartik
- git clone https://github.com/flutter/flutter.git --depth 1 ~/.tekartik/flutter
- export PATH=~/.tekartik/flutter/bin:~/.tekartik/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
script:
Expand Down

0 comments on commit b9c71dc

Please sign in to comment.