Skip to content

Commit

Permalink
Don't run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed May 6, 2024
1 parent 9e8b6dd commit a3e95c3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ os: linux
addons:
apt:
update: true
packages:
- golang-go

jobs:
include:
Expand All @@ -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
Expand Down

0 comments on commit a3e95c3

Please sign in to comment.