Skip to content
Snippets Groups Projects
Unverified Commit cbca0fc1 authored by Silas Davis's avatar Silas Davis
Browse files

fix circle.yml

parent 8c80644a
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ dependencies:
override:
- sudo curl -L -o /usr/bin/docker http://s3-external-1.amazonaws.com/circle-downloads/docker-$DOCKER_VERSION-circleci; sudo chmod 0775 /usr/bin/docker; sudo usermod -a -G docker $USER; true
- sudo service docker start
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
- sudo apt-get update && sudo apt-get install -y libgmp3-dev
- sudo apt-get install jq curl && go get github.com/Masterminds/glide
test
test:
pre:
- cd $REPO && glide install
# Test the build target for burrow
......@@ -31,7 +31,6 @@ test
- echo "Running unit tests..." && cd $REPO && glide novendor | xargs go test -tags integration
# - echo "Running integration tests..." && cd $REPO && "tests/circle_test.sh" # | tee $CIRCLE_ARTIFACTS/output.log; test ${PIPESTATUS[0]} -eq 0"
deployment:
release-0.12:
branch: release-0.12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment