Skip to content

Commit

Permalink
Fix circle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jogramming committed Feb 5, 2018
1 parent 80080aa commit 64d59cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies:
override:
- go get github.com/jonas747/discordgo
- cd ${GOPATH}/src/github.com/jonas747/discordgo && git checkout yagpdb && cd -
- go get github.com/jonas747/dcmd
- cd ${GOPATH}/src/github.com/jonas747/dcmd && git checkout dgofork && cd -
- go get -t -d -v ./...
- cd ${GOPATH}/src/github.com/jonas747/dutil && git checkout dgofork && cd -
- cd ${GOPATH}/src/github.com/jonas747/dshardmanager && git checkout dgofork && cd -
Expand Down

0 comments on commit 64d59cb

Please sign in to comment.