We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68b5bd4 + e838809 commit 2ecc8f1Copy full SHA for 2ecc8f1
.travis.yml
@@ -1,6 +1,7 @@
1
language: go
2
3
go_import_path: github.com/src-d/gitbase
4
+go: 1.12.x
5
6
env:
7
- GO111MODULE=on
@@ -32,8 +33,7 @@ script:
32
33
34
jobs:
35
include:
- - go: 1.11.x
36
- os: linux
+ - os: linux
37
sudo: required
38
dist: trusty
39
services: [docker]
@@ -51,8 +51,7 @@ jobs:
51
on:
52
tags: true
53
54
55
- os: osx
+ - os: osx
56
osx_image: xcode9.3
57
58
before_install:
0 commit comments