This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
chenchao
/
pprof
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
Sfoglia il codice sorgente
Set go_import_path so that CI works on forked repos. (
#134
)
Alexey Alexandrov
8 anni fa
parent
e48932ed15
commit
813536d15e
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
.travis.yml
+ 2
- 0
.travis.yml
Vedi 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