Skip to content

Commit

Permalink
Merge pull request #257 from tinaafitz/adjust_postgres
Browse files Browse the repository at this point in the history
Adjust Travis postgresql from 9.4 to 9.5
  • Loading branch information
gmcculloug committed Oct 15, 2018
2 parents 64e7eda + 2940b75 commit 85d37d8
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,7 +10,7 @@ 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
after_failure:
Expand Down

0 comments on commit 85d37d8

Please sign in to comment.