Skip to content
Snippets Groups Projects
Commit ab572fa1 authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

remove integration tests

parent cd0bf04b
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ machine:
environment:
GOPATH: /home/ubuntu/.go_workspace
REPO: ${GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}
INTEGRATION_TESTS_BRANCH: develop
INTEGRATION_TESTS_PATH: $HOME/integration-tests
#INTEGRATION_TESTS_BRANCH: develop
#INTEGRATION_TESTS_PATH: $HOME/integration-tests
DOCKER_VERSION: 1.8.2
DOCKER_MACHINE_VERSION: 0.5.4
post:
......@@ -19,7 +19,7 @@ dependencies:
- sudo service docker start
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
- sudo curl -sSL -o /usr/bin/docker-machine https://github.com/docker/machine/releases/download/v${DOCKER_MACHINE_VERSION}/docker-machine_linux-amd64; sudo chmod 0755 /usr/bin/docker-machine
- git clone https://github.com/eris-ltd/integration-tests $INTEGRATION_TESTS_PATH
# - git clone https://github.com/eris-ltd/integration-tests $INTEGRATION_TESTS_PATH
- "cd ./cmd/erisdb && go get -d && go build"
- "mv ~/eris-db/cmd/erisdb/erisdb ~/bin"
- chmod +x ~/bin/erisdb
......@@ -27,7 +27,7 @@ dependencies:
test:
override:
- go test -v ./...
- bash $INTEGRATION_TESTS_PATH/test.sh
#- bash $INTEGRATION_TESTS_PATH/test.sh
deployment:
master:
......
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