We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e102e53 commit 76abb66Copy full SHA for 76abb66
.travis.yml
@@ -41,21 +41,8 @@ after_success:
41
after_failure:
42
- cat /tmp/python-build.*.log
43
44
-before_deploy:
45
- - git clone https://github.com/travis-ci/dpl.git
46
- - pushd dpl
47
- - git config user.email "[email protected]"
48
- - git config user.name "Your Name"
49
- - git remote add jw https://github.com/johanneswuerbach/dpl.git
50
- - git fetch jw
51
- - git merge --no-edit jw/s3-aws-sdk-v2 master
52
- - rvm 1.9.3 do gem build dpl.gemspec
53
- - mv dpl-*.gem $TRAVIS_BUILD_DIR
54
- - popd
55
-
56
deploy:
57
provider: s3
58
- edge: local
59
access_key_id: $ARTIFACTS_KEY
60
secret_access_key: $ARTIFACTS_SECRET
61
bucket: $ARTIFACTS_BUCKET
0 commit comments