This website works better with JavaScript.
Accueil
Explorateur
Aide
Connexion
chenchao
/
pprof
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Set go_import_path so that CI works on forked repos. (
#134
)
Alexey Alexandrov
il y a 8 ans
Parent
e48932ed15
révision
813536d15e
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
.travis.yml
+ 2
- 0
.travis.yml
Voir le fichier
@@ -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