Skip to content

Commit b2b08a0

Browse files
committed
Fix the Travis deployment
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
1 parent a4cbd03 commit b2b08a0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
os: osx
2929
go: 1.13.x
3030
after_success:
31+
- cd $HOME
3132
- gzip -S .darwin_amd64.gz pga-create
3233
- gzip -S .darwin_amd64.gz pga
3334
before_install: skip
@@ -54,6 +55,7 @@ jobs:
5455
- cd PublicGitArchive/pga && go install && cd ../..
5556
script: skip
5657
after_success:
58+
- cd $HOME
5759
- gzip -S .linux_amd64.gz pga-create
5860
- gzip -S .linux_amd64.gz pga
5961
deploy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# source{d} Datasets [![Build Status](https://travis-ci.org/src-d/datasets.svg?branch=master)](https://travis-ci.org/src-d/datasets) [![Build status](https://ci.appveyor.com/api/projects/status/b2en9yo9142qgadh?svg=true)](https://ci.appveyor.com/project/vmarkovtsev/datasets)
1+
# source{d} Datasets [![Build Status](https://travis-ci.com/src-d/datasets.svg?branch=master)](https://travis-ci.com/src-d/datasets) [![Build status](https://ci.appveyor.com/api/projects/status/b2en9yo9142qgadh?svg=true)](https://ci.appveyor.com/project/vmarkovtsev/datasets)
22

33
source{d} datasets for source code analysis and [machine learning on source code (ML on Code)](https://github.com/src-d/awesome-machine-learning-on-source-code).
44

0 commit comments

Comments
 (0)