1. 26 1月, 2021 1 次提交
    • A
      Change TeamCity test matrix and drop appveyor/travis-ci configurations (#2315) · 715224ce
      Alessandro Arzilli 提交于
      * TeamCity: change test matrix and test scripts
      
      Changes test matrix to test:
      
      * 1.13 through 1.16 on linux/amd64
      * 1.15, 1.16 on windows/amd64
      * 1.15 on linux/386
      
      Also includes tests on go-tip for windows/amd64 and linux/amd64
      (currently disabled, but can be turned on in a PR).
      
      Changes test scripts to automatically select the latest patch version
      of Go.
      
      * CI: remove Travis-CI and Appveyor configuration
      715224ce
  2. 17 12月, 2020 1 次提交
  3. 10 9月, 2020 1 次提交
  4. 17 8月, 2020 1 次提交
  5. 30 7月, 2020 1 次提交
  6. 29 3月, 2020 1 次提交
    • D
      *: mv scripts _scripts · 85c34e47
      Derek Parker 提交于
      Instead of selectively excluding this directory, hide it from the go
      tooling by applying the "_" prefix.
      85c34e47
  7. 23 3月, 2020 1 次提交
  8. 20 3月, 2020 1 次提交
    • A
      travis-ci: autogenerate .travis.yml (#1939) · 4aee2815
      Alessandro Arzilli 提交于
      Autogenerates .travis.yml configuration using the contents of
      pkg/goversion/compat.go.
      Also:
      - excludes testing of windows/amd64/tip and linux/arm64/tip (Travis-CI
        can't get Go at tip for those combinations).
      - Removes Go 1.11 from pkg/goversion/compat.go which we don't test
        anymore.
      4aee2815