diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 426b337bfec..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: go -sudo: required -dist: bionic - -branches: - only: - - main - -os: - - linux - - osx - # Travis doesn't work with windows and Go tip - #- windows - -go: - - tip - -matrix: - allow_failures: - - go: tip - -before_install: - - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi - - (cd /tmp/; go get golang.org/x/lint/golint) - -script: make get-deps-verify ci-test -