Skip to content

Commit

Permalink
[travis] Print postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 14, 2019
1 parent 2bbc8a3 commit d7e8e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,7 @@ before_script:
wget -qO vendor/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.7.0/dbmate-linux-amd64
chmod +x vendor/bin/dbmate
export PATH="$PATH:$(pwd)/vendor/bin"
- psql $TEST_DATABASE_URL -c 'SELECT version()'

script:
- crystal spec
Expand Down

0 comments on commit d7e8e8a

Please sign in to comment.