mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1005 from abarth/fix_travis
Fix typo in Travis script
This commit is contained in:
commit
677eaa2548
@ -33,5 +33,8 @@ def main():
|
||||
download(base_url, out_dir, 'icudtl.dat')
|
||||
download(base_url, out_dir, 'sky_snapshot')
|
||||
|
||||
subprocess.call([ 'chmod', 'a+x', os.path.join(out_dir, 'sky_shell' )])
|
||||
subprocess.call([ 'chmod', 'a+x', os.path.join(out_dir, 'sky_snapshot' )])
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user