Skip to content

Commit

Permalink
Use OS X instance to create tarball.
Browse files Browse the repository at this point in the history
The tar utility appears to be choking on the Linux Travis instance:

  https://s3.amazonaws.com/archive.travis-ci.org/jobs/96797405/log.txt
  • Loading branch information
brixen committed Dec 14, 2015
1 parent 2b89696 commit cdcec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function rbx_upload_files {
}

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

rake release || fail "unable to build release tarball"
Expand Down

0 comments on commit cdcec7e

Please sign in to comment.