Skip to content

Commit

Permalink
Merge pull request #333 from himdel/travis94
Browse files Browse the repository at this point in the history
Travis - change postgres to 9.5

(cherry picked from commit 90b7efc)
  • Loading branch information
agrare authored and simaishi committed Oct 16, 2018
1 parent d416291 commit 5558b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ env:
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
addons:
postgresql: '9.4'
postgresql: '9.5'
install: bin/setup
after_script: bundle exec codeclimate-test-reporter

0 comments on commit 5558b30

Please sign in to comment.