Skip to content

Commit

Permalink
Add Rubygems API key
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbharath committed Apr 8, 2018
1 parent d6e5b24 commit ba3b206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,12 @@ jobs:
script: bundle exec rake spec
- stage: build
script: bundle exec rake build
- stage: GitHub Release
script: echo "Deploying to GitHub releases ..."
- stage: gem release
script: echo "Deploying to rubygems.org ..."
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
skip_cleanup: true
provider: rubygems
gem: cpp_dependency_graph
on:
tags: true
# - stage: gem release
# rvm: 2.5
# script: echo "Deploying to rubygems.org ..."
# deploy:
# provider: rubygems
# gem: cpp_dependency_graph
# api_key: $RUBYGEMS_API_KEY
# on: deploy-gem-release
api_key:
secure: oIzNdzho4Jb3/I9PCjpTpWnlPky00sqVSFtPKz0GPe4XE+nvPymX8ZSbnboHshVjI/4bYkxZPyaa8cjYsdpSzFFEiCM/6T6tWQpualpfXQ/dLsaj4Nlw2GGGfIm3XcL2aEbO9zfc2sroy7Hdy6lL9vZw/sm2YaN4dxn1PwIcgQqsNL4WTuFdejPHk02Lp1cbGcvNhA6GkuNigg0R1x+heEPetL9wL2JW/uEak12o8RgEG/3+AQbw290OCFi4x80ig/StOzmkCgcCMgcOhURfNgsJaXJxjjK/+6eWw/jAv1KG5cqQ8SnOeJUwx4xXu22hO645UUunx0U+qte+ay2RoL95/veD1FZc3FtYwSphzhGKhvlGspW/FlqC8U0TVSRWJFNobZDxHM7iYiK4OB9yTeGKIC/poZMZ5a9Ht4wqISuGa9wBmXtXhKvqfvQ1nrHc1J9bZj4p20DhY1V4JXPlExWXbZLzlXxTeBSKsjH/WGUdho9DpdJPMyiSGOv/YYWdUuUvW+xm8qQ/dRHaiKHRsOdOB9QoIIXUPF2hVN2SplK5cImLQw7KW+DeQFVgqHsdPVDfpjCtMTeDhwxlfHncf5+8nslnNRWOvn0eGZ5vp86NkfNLXOG+JgcptrucUK/6q1hRqFOLHSETOzpgTzQujNhGihMZYsG1QehXasDYxDg=
Empty file modified exe/cpp_dependency_graph
100644 → 100755
Empty file.

0 comments on commit ba3b206

Please sign in to comment.