From 79fe3aacd77a31f0707f549d75bbc49e8f12e4a4 Mon Sep 17 00:00:00 2001 From: olumuyiwadad Date: Mon, 27 Sep 2021 12:04:15 +0530 Subject: [PATCH] remove build and test. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7697f7e1f6..0a63040f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,19 +19,6 @@ jobs: script: - go run build/ci.go lint - - stage: Build - go: '1.14.x' - script: - - sudo modprobe fuse - - sudo chmod 666 /dev/fuse - - sudo chown root:$USER /etc/fuse.conf - - go run build/ci.go install - - while sleep 540; do echo "[ still running ]"; done & - - go run build/ci.go test -coverage - - kill %1 - after_success: - - bash <(curl -s https://codecov.io/bash) - - stage: Tests os: linux dist: bionic