Skip to content

Commit c2659c3

Browse files
committed
Move dpl-*.gem to $TRAVIS_BUILD_DIR
So that it can be installed with `gem install … --local`
1 parent b6a67f8 commit c2659c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ before_deploy:
5151
- git fetch jw
5252
- git merge --no-edit jw/s3-aws-sdk-v2 master
5353
- rvm 1.9.3 do gem build dpl.gemspec
54-
- mv dpl-*.gem ..
54+
- mv dpl-*.gem $TRAVIS_BUILD_DIR
5555
- popd
5656

5757
deploy:

0 commit comments

Comments
 (0)