Skip to content

Commit

Permalink
try v1.12 go?
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Sep 24, 2019
1 parent 676217b commit c5877c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: bionic
language: go

go:
- "1.13"
- "1.12"

env:
global:
Expand Down Expand Up @@ -34,7 +34,6 @@ before_install:
# start the chosen PG version
- sudo -E systemctl -l restart postgresql@$PGDB-main
- sudo -E systemctl -l status postgresql@$PGDB-main
- df -h

before_script:
- psql -U postgres -c "CREATE USER mailroom_test PASSWORD 'temba';"
Expand Down

0 comments on commit c5877c7

Please sign in to comment.