This website works better with JavaScript.
Home
Explore
Help
Sign In
chenchao
/
pprof
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Set go_import_path so that CI works on forked repos. (
#134
)
Alexey Alexandrov
8 years ago
parent
e48932ed15
commit
813536d15e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.travis.yml
+ 2
- 0
.travis.yml
View 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