Skip to content

Commit

Permalink
Merge pull request #1 from ultreme/dev/moul/ci
Browse files Browse the repository at this point in the history
feat: fix CI
  • Loading branch information
moul authored Aug 22, 2019
2 parents 0842218 + d87824e commit d23b528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ executors:

orbs:
codecov: codecov/codecov@1.0.5
ultreme: ultreme/build@1.5.0
retry: ultreme/retry@0.6.0
moul: moul/build@1.5.0
retry: moul/retry@0.6.0
docker: circleci/docker@0.5.13
#dl: ultreme/dl@1.7.0
#dl: moul/dl@1.7.0
tools: gotest/tools@0.0.10

jobs:
Expand All @@ -31,7 +31,7 @@ jobs:
- tools/mod-tidy-check
- run: retry -m 3 make install
- run: retry -m 3 make test
- ultreme/install_golangci-lint
- moul/install_golangci-lint
- run: PATH=$PATH:$(pwd)/bin retry -m 3 make lint
- codecov/upload:
file: coverage.txt
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module ultre.me/smsify

go 1.12

require (
github.com/urfave/cli v1.21.0
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
)
require gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
5 changes: 0 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/urfave/cli v1.21.0 h1:wYSSj06510qPIzGSua9ZqsncMmWE3Zr55KBERygyrxE=
github.com/urfave/cli v1.21.0/go.mod h1:lxDj6qX9Q6lWQxIrbrT0nwecwUtRnhVZAJjJZrVUZZQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717 h1:OvXt/p4cdwNl+mwcWMq/AxaKFkhdxcjx+tx+qf4EOvY=
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717/go.mod h1:cKXr3E0k4aosgycml1b5z33BVV6hai1Kh7uDgFOkbcs=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

0 comments on commit d23b528

Please sign in to comment.