Skip to content

Commit

Permalink
upgrade to go 1.12 on travis (#940)
Browse files Browse the repository at this point in the history
upgrade to go 1.12 on travis
  • Loading branch information
ajnavarro authored Jul 31, 2019
2 parents 8daf646 + dabfdd0 commit e838809
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: go

go_import_path: github.com/src-d/gitbase
go: 1.12.x

env:
- GO111MODULE=on
Expand Down Expand Up @@ -32,8 +33,7 @@ script:

jobs:
include:
- go: 1.11.x
os: linux
- os: linux
sudo: required
dist: trusty
services: [docker]
Expand All @@ -51,8 +51,7 @@ jobs:
on:
tags: true

- go: 1.11.x
os: osx
- os: osx
osx_image: xcode9.3

before_install:
Expand Down

0 comments on commit e838809

Please sign in to comment.