Skip to content

Commit

Permalink
Merge pull request voxpupuli#239 from bastelfreak/tests
Browse files Browse the repository at this point in the history
revert eff8dad2 - dont update bundler during travis runs
  • Loading branch information
tuxmea authored Jul 22, 2018
2 parents 79939c3 + 91a1d6c commit ad74e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ sudo: false
dist: trusty
language: ruby
cache: bundler
# related to https://github.com/rubygems/rubygems/issues/2123
before_install:
- 'rm -f Gemfile.lock'
- 'gem update --system'
- 'gem install bundler'
script:
- 'bundle exec rake $CHECK'
matrix:
Expand Down
2 changes: 1 addition & 1 deletion templates/prometheus.debian.erb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ case "$1" in
#do_reload
#log_end_msg $?
#;;
restart|force-reload)
restart|reload|force-reload)
#
# If the "reload" option is implemented then remove the
# 'force-reload' alias
Expand Down

0 comments on commit ad74e23

Please sign in to comment.