diff --git a/.travis.yml b/.travis.yml index 2a52c54..8dc5814 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ os: linux addons: apt: update: true - packages: - - golang-go jobs: include: @@ -32,16 +30,9 @@ jobs: - sudo apt-get update install: - sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - - git clone https://github.com/koinos/koinos-integration-tests.git - - pushd koinos-integration-tests - - go get ./... - - popd before_script: - echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin - docker build . -t $TRAVIS_REPO_SLUG:$TAG - script: - - pushd koinos-integration-tests - - ./run.sh after_success: - | if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then