Fix typo in Travis script

This commit is contained in:
Adam Barth 2015-09-01 20:42:39 -07:00
parent 3db5419020
commit 3b1d1b533d

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