Skip to content

Commit

Permalink
Merge branch 'master' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Jan 7, 2019
2 parents 0364d5b + 8c391c3 commit eb16154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rultor.yml
Expand Up @@ -7,6 +7,9 @@ merge:
script:
- "mkdir -pv /home/r/go/src/github.com/g4s8"
- "ln -snv $PWD /home/r/go/src/github.com/g4s8/gitstrap"
- "go get github.com/google/go-github/github"
- "go get golang.org/x/oauth2"
- "go get gopkg.in/yaml.v2"
- "go build -o /dev/null ."
- "go build -o /dev/null ./cmd/gitstrap"
- "gometalinter ."
Expand Down

0 comments on commit eb16154

Please sign in to comment.