Skip to content

Commit 76abb66

Browse files
committed
Go back to dpl 1.7.20 for now
1 parent e102e53 commit 76abb66

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,8 @@ after_success:
4141
after_failure:
4242
- cat /tmp/python-build.*.log
4343

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-
5644
deploy:
5745
provider: s3
58-
edge: local
5946
access_key_id: $ARTIFACTS_KEY
6047
secret_access_key: $ARTIFACTS_SECRET
6148
bucket: $ARTIFACTS_BUCKET

0 commit comments

Comments
 (0)