Skip to content

Commit

Permalink
[infra] remove custom import path from Travis
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DirectXMan12 committed Sep 26, 2017
1 parent c887108 commit 880c4e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: go
go:
- 1.8

# blech, Travis downloads with capitals in DirectXMan12, which confuses go
go_import_path: github.com/directxman12/custom-metrics-boilerplate

addons:
apt:
sources:
Expand Down

0 comments on commit 880c4e3

Please sign in to comment.