Skip to content

Commit

Permalink
Fix travis-ci - upgrade go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Massad committed Apr 5, 2019
1 parent bc911f6 commit 057313e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.6
- 1.7.x
- 1.10.x
- 1.11.x
- master

services:
Expand All @@ -20,6 +20,7 @@ addons:
- gcc-4.8
- clang
- postgresql-9.6-postgis-2.3

before_install:
- "psql -c 'create database golang_gin_db;' -U postgres"
- "psql golang_gin_db -c 'create extension postgis;' -U postgres"
Expand Down

0 comments on commit 057313e

Please sign in to comment.