Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhijie Shen authored and zjshen14 committed Sep 5, 2018
1 parent d2afd60 commit 6b7e905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: iotex/iotex-core-ci:2.0
- image: iotex/iotex-core-ci:latest

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -23,6 +23,6 @@ jobs:

# specify any bash command here prefixed with `run: `
- run: golint -set_exit_status $(go list ./... | grep -v /vendor/ | grep -v /explorer/idl/)
- run: go get -v -t -d ./...
- run: dep ensure
- run: ./go.test.sh
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 6b7e905

Please sign in to comment.