From 1c2ce4cc4db27ec1ec92e82b3000670661c41398 Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Mon, 6 May 2024 16:54:22 -0600 Subject: [PATCH] Don't run integration tests --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) 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