Skip to content

Commit e5b1d16

Browse files
authored
Merge pull request #519 from ajnavarro/go-11-and-no-tip
Build with go 1.11 and remove tip build to use less resources
2 parents a030c3a + 38e0a9f commit e5b1d16

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ go_import_path: github.com/src-d/gitbase
44

55
matrix:
66
fast_finish: true
7-
allow_failures:
8-
- go: tip
9-
107
addons:
118
apt:
129
sources:
@@ -30,7 +27,7 @@ script:
3027

3128
jobs:
3229
include:
33-
- go: 1.10.x
30+
- go: 1.11.x
3431
os: linux
3532
sudo: required
3633
dist: trusty
@@ -51,9 +48,7 @@ jobs:
5148
on:
5249
tags: true
5350

54-
- {go: tip, os: linux, sudo: required, dist: trusty, services: [docker]}
55-
56-
- go: 1.10.x
51+
- go: 1.11.x
5752
os: osx
5853
osx_image: xcode9.3
5954

0 commit comments

Comments
 (0)