Commit 11789f485e9582372c82dfb3e9c8b98d70ec92cd

Authored by Rafael Manzo
1 parent c5600495

Fixes postgresql version to 9.3 on travis

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
1 1 language: ruby
2 2 rvm:
3 3 - 2.2.2
  4 +addons:
  5 + postgresql: "9.3"
4 6  
5 7 before_script:
6 8 - git clone https://gist.github.com/6179925.git -b v2.3 kalibro_install
... ...