Skip to content

Commit

Permalink
travis deploy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Oct 27, 2016
1 parent c4c890b commit 24cfcc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,13 +1,13 @@
language: ruby
install: bundle install
script: bundle exec rspec
rvm:
- 2.0.0-p247
- 2.3.1
before_install:
- gem update --system
- gem install bundler
before_deploy: bundle exec gem build sourcerer.gemspec
install: bundle install
script: bundle exec rspec
after_success: bundle exec gem build sourcerer.gemspec
deploy:
- provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sourcerer_ (0.0.1.pre)
sourcerer_ (0.0.2.pre)
activesupport (= 4.2.7.1)
git
i18n
Expand Down

0 comments on commit 24cfcc2

Please sign in to comment.