Skip to content

Commit

Permalink
moar Debugging on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Mar 13, 2016
1 parent 4eef9b6 commit 8d3e8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/remote.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@slow_process @announce-command @announce-output
@slow_process @announce-command @announce-output @announce-directory
Feature: heroku_san can control a project on Heroku
WARNING: This WILL create apps on Heroku!
You must login with the heroku cli before starting
Expand Down
3 changes: 3 additions & 0 deletions features/step_definitions/remote_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
EOT

run_simple 'bundle install'
run_simple 'git add Gemfile.lock'
end

When /^I commit .* changes with "(.*)"$/ do |message|
Expand All @@ -70,6 +71,8 @@
end
EOT
run_simple "bundle install"
run_simple "git add Gemfile Gemfile.lock"
run_simple "git commit -m 'Add heroku_san gem'"
end

When /^I add heroku_san to the sinatra Gemfile$/ do
Expand Down

0 comments on commit 8d3e8b6

Please sign in to comment.