Skip to content

Commit

Permalink
Merge pull request #86 from dvonthenen/bug/fixgopkgdep
Browse files Browse the repository at this point in the history
Fix gopkg dependency
  • Loading branch information
cantbewong committed Jun 14, 2016
2 parents bc84fd0 + 51381e3 commit 9f6a490
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
go_import_path: github.com/emccode/polly

before_install:
- git config --global 'url.https://gopkg.in/yaml.v1.insteadof' 'https://gopkg.in/yaml.v1/'
- git config --global 'url.https://gopkg.in/yaml.v2.insteadof' 'https://gopkg.in/yaml.v2/'
- git config --global 'url.https://gopkg.in/fsnotify.v1.insteadof' 'https://gopkg.in/fsnotify.v1/'
- git config --global 'url.https://github.com/.insteadof' 'git://github.com/'
- git config --global 'url.https://github.com/.insteadof' 'git@github.com:'

language: go

go:
Expand Down

0 comments on commit 9f6a490

Please sign in to comment.