Skip to content

Commit

Permalink
Update PG version in .travis.yml to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Mar 11, 2019
1 parent d356069 commit e1d1153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: ruby
rvm:
- 2.4.5
Expand All @@ -22,7 +23,7 @@ matrix:
env: TEST_SUITE=brakeman
fast_finish: true
addons:
postgresql: '9.5'
postgresql: '10'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script:
Expand Down

0 comments on commit e1d1153

Please sign in to comment.