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
Add testing against Go master branch (
#157
)
Alexey Alexandrov
8 anni fa
parent
5374a54a2c
commit
5bd319a009
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
.travis.yml
+ 1
- 0
.travis.yml
Vedi File
@@ -2,6 +2,7 @@ language: go
2
2
go:
3
3
- 1.7.x
4
4
- 1.8.x
5
+ - master
5
6
6
7
go_import_path: github.com/google/pprof
7
8