Skip to content

Commit 880c4e3

Browse files
committed
[infra] remove custom import path from Travis
Travis was hard-coded to a custom import path due to capitalization in the previous repo location's import path. This is no longer needed, and the hard-coding breaks when in the current location.
1 parent c887108 commit 880c4e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: go
33
go:
44
- 1.8
55

6-
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
7-
go_import_path: github.com/directxman12/custom-metrics-boilerplate
8-
96
addons:
107
apt:
118
sources:

0 commit comments

Comments
 (0)