Merge pull request #1005 from abarth/fix_travis

Fix typo in Travis script
This commit is contained in:
Adam Barth 2015-09-01 21:00:40 -07:00
commit cd5b821ff6
2 changed files with 4 additions and 1 deletions

View File

@ -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())

View File

@ -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