Skip to content

Commit

Permalink
Stop Postgresql before running on Travis
Browse files Browse the repository at this point in the history
If we don't, we get an error when running chef, as we install another
postgres version.
  • Loading branch information
vitorbaptista committed Jan 22, 2013
1 parent fd2984f commit 26175d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,4 +3,5 @@ rvm:
- 1.9.3
before_install:
- sudo gem install chef --no-ri --no-rdoc
- sudo service postgresql stop
script: sudo chef-solo -c solo.rb -j solo.json

0 comments on commit 26175d5

Please sign in to comment.