Skip to content

Commit b6121c6

Browse files
committed
Fix travis go import path to point to stable.
1 parent 090c469 commit b6121c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22

3-
go_import_path: gopkg.in/mgo.v2-unstable
3+
go_import_path: gopkg.in/mgo.v2
44

55
addons:
66
apt:

0 commit comments

Comments
 (0)