Skip to content

Commit

Permalink
Fix typo in Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth committed Sep 2, 2015
1 parent c828dd8 commit e0d4424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sky/tools/download_sky_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
2 changes: 1 addition & 1 deletion travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pushd sky/unit
popd

pushd sky/packages/sky
../../third_party/dart-sdk/dart-sdk/bin/pub get
../../../third_party/dart-sdk/dart-sdk/bin/pub get
popd

./sky/tools/download_sky_shell.py sky/unit/packages/sky_engine/REVISION out

0 comments on commit e0d4424

Please sign in to comment.