Skip to content

Commit dc84f26

Browse files
committed
Update Travis file
Using container-based infrastructure by setting sudo to false Test on Go 1.5
1 parent 5f5f7bd commit dc84f26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: go
23

34
go:
@@ -6,5 +7,6 @@ go:
67
- 1.2
78
- 1.3
89
- 1.4
10+
- 1.5
911

1012
script: go test

0 commit comments

Comments
 (0)