Skip to content

Commit

Permalink
Fix error with devel install from erroneuous Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Aug 1, 2016
1 parent 3a3ef45 commit 291d0a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sudo: false
language: ruby
rvm:
- "2.0.0"
- "2.2.0"
4 changes: 3 additions & 1 deletion lib/forklift/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ def run_installer(command)

def syscall(command)
system(command)
$CHILD_STATUS.zero?

# rubocop:disable SpecialGlobalVars
$?.success?
end

def foreman_root
Expand Down

0 comments on commit 291d0a5

Please sign in to comment.