Browse Source

Set go_import_path so that CI works on forked repos. (#134)

Alexey Alexandrov 8 years ago
parent
commit
813536d15e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -3,6 +3,8 @@ go:
3 3
   - 1.7.x
4 4
   - 1.8.x
5 5
 
6
+go_import_path: github.com/google/pprof
7
+
6 8
 os:
7 9
   - linux
8 10
   - osx