Ver código fonte

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

Alexey Alexandrov 8 anos atrás
pai
commit
813536d15e
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Ver arquivo

@@ -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