Explorar el Código

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

Alexey Alexandrov hace 8 años
padre
commit
813536d15e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Ver fichero

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