Skip to content

Commit

Permalink
update circleci config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Sep 12, 2018
1 parent 5bd638b commit 1672f74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: dep ensure -vendor-only
- run: go test -race -v
build-1.11:
working_directory: /go/src/github.com/immorta/immortal
docker:
- image: circleci/golang:1.11
steps:
- run: go test -race -v
test-1.11:
<<: *test-template
docker:
Expand Down

0 comments on commit 1672f74

Please sign in to comment.