Skip to content

Commit 74b19b4

Browse files
Update travis configuration. (zalando#332)
- explicitely set sudo to false, since we don't need it and it slows-down builds. - use the newest go toolchain.
1 parent d9d2c5c commit 74b19b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist: trusty
2+
sudo: false
23

34
branches:
45
only:
@@ -7,7 +8,7 @@ branches:
78
language: go
89

910
go:
10-
- 1.9
11+
- "1.10.x"
1112

1213
before_install:
1314
- go get github.com/Masterminds/glide

0 commit comments

Comments
 (0)