Skip to content

Commit cdcec7e

Browse files
committedDec 14, 2015
Use OS X instance to create tarball.
The tar utility appears to be choking on the Linux Travis instance: https://s3.amazonaws.com/archive.travis-ci.org/jobs/96797405/log.txt
1 parent 2b89696 commit cdcec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function rbx_upload_files {
4646
}
4747

4848
# Build and upload the release tarball to S3.
49-
if [[ $TRAVIS_OS_NAME == linux && $CC == clang && $RVM == "rbx-2" ]]; then
49+
if [[ $TRAVIS_OS_NAME == osx && $CC == gcc && $RVM == "rbx-2" ]]; then
5050
echo "Deploying release tarball ${release_name}..."
5151

5252
rake release || fail "unable to build release tarball"

0 commit comments

Comments
 (0)