Skip to content

Commit

Permalink
Publish coverage to S3.
Browse files Browse the repository at this point in the history
Closes #56.
  • Loading branch information
flatheadmill committed Aug 1, 2013
1 parent b1ec2bb commit cfe8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
before_script:
- "gem install travis-artifacts"
after_success:
- "travis-artifacts upload --path coverage --target-path coverage/inquiry/$TRAVIS_BUILD_ID/$TRAVIS_JOB_ID"
- "travis-artifacts upload --path coverage --target-path coverage/`echo $TRAVIS_REPO_SLUG | sed 's/[^\\/]\\+\\///'`/$TRAVIS_BUILD_ID/$TRAVIS_JOB_ID"
env:
global:
- "ARTIFACTS_AWS_REGION=us-east-1"
Expand Down

0 comments on commit cfe8824

Please sign in to comment.